Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Dec 22, 2020
1 parent 41c3715 commit 30f5da9
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 30f5da9

Please sign in to comment.