Skip to content

Commit

Permalink
Merge pull request #1082 from Abby-Wheelis/collection-stuck-bug
Browse files Browse the repository at this point in the history
🐛 Fix Edit Collection Settings
  • Loading branch information
shankari authored Oct 25, 2023
2 parents 8dfcd29 + 29fac8a commit 17657a9
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 17657a9

Please sign in to comment.