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