Skip to content

Commit

Permalink
Fix workflow settings loadData
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Oct 31, 2023
1 parent ce69055 commit 0445a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const SidebarSettingsForm = forwardRef<

useEffect(() => {
void loadData();
}, [loadData]);
}, [open, loadData]);

useEffect(() => {
void saveData();
Expand Down

0 comments on commit 0445a2a

Please sign in to comment.