Skip to content

Commit

Permalink
fix naming error
Browse files Browse the repository at this point in the history
when I updated the name of this visibility state, I did not update it's setter. This caused the popup to fail to launch
  • Loading branch information
Abby Wheelis committed Oct 25, 2023
1 parent 8dfcd29 commit 29fac8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/control/ProfileSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ProfileSettings = () => {
const StartPrefs = getAngularService('StartPrefs');

//functions that come directly from an Angular service
const editCollectionConfig = () => setEditCollection(true);
const editCollectionConfig = () => setEditCollectionVis(true);
const editSyncConfig = () => setEditSync(true);

//states and variables used to control/create the settings
Expand Down

0 comments on commit 29fac8a

Please sign in to comment.