Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Jan 14, 2021
1 parent c8c0019 commit a583d2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const UpsertStacksNodeSettingsModal: FC<AddNodeSettingsProps> = props =>

useEffect(() => {
if (!selectedNode) return form.resetForm();
form.setValues(selectedNode);
void form.setValues(selectedNode);
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [isOpen, selectedNode]);

Expand Down

0 comments on commit a583d2b

Please sign in to comment.