style: Fix eslint issues
parent
eef725684d
commit
f300183630
|
@ -30,6 +30,8 @@
|
||||||
|
|
||||||
"indent" : "off",
|
"indent" : "off",
|
||||||
|
|
||||||
|
"react/jsx-fragments": "off",
|
||||||
|
|
||||||
"react/jsx-props-no-spreading": "off",
|
"react/jsx-props-no-spreading": "off",
|
||||||
|
|
||||||
"react-hooks/rules-of-hooks": "error",
|
"react-hooks/rules-of-hooks": "error",
|
||||||
|
|
|
@ -64,7 +64,7 @@ export function importAllConfig(partialDiff, force, toggleNotification) {
|
||||||
body: {
|
body: {
|
||||||
force,
|
force,
|
||||||
config: partialDiff,
|
config: partialDiff,
|
||||||
}
|
},
|
||||||
});
|
});
|
||||||
toggleNotification({ type: 'success', message });
|
toggleNotification({ type: 'success', message });
|
||||||
dispatch(getAllConfigDiff(toggleNotification));
|
dispatch(getAllConfigDiff(toggleNotification));
|
||||||
|
|
Loading…
Reference in New Issue