Skip to content

Commit

Permalink
Fix category selection changes not saving
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Jan 21, 2024
1 parent ade4654 commit c996680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/options/CategorySkipOptionsComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
});
}

Config.forceLocalUpdate("categorySelections");
Config.forceSyncUpdate("categorySelections");
}

getCategorySkipOptions(): JSX.Element[] {
Expand Down

0 comments on commit c996680

Please sign in to comment.