Fix category selection changes not saving

This commit is contained in:
Ajay
2024-01-21 15:57:22 -05:00
parent ade4654ae0
commit c996680a58

View File

@@ -158,7 +158,7 @@ class CategorySkipOptionsComponent extends React.Component<CategorySkipOptionsPr
}); });
} }
Config.forceLocalUpdate("categorySelections"); Config.forceSyncUpdate("categorySelections");
} }
getCategorySkipOptions(): JSX.Element[] { getCategorySkipOptions(): JSX.Element[] {