🐛 Fix a bug with the AppShelf accordion

This commit is contained in:
ajnart
2022-08-11 10:08:18 +02:00
parent b46bdea72a
commit cf89141f82

View File

@@ -135,7 +135,7 @@ const AppShelf = (props: any) => {
multiple multiple
value={toggledCategories} value={toggledCategories}
onChange={(state) => { onChange={(state) => {
setToggledCategories(state); setToggledCategories([...state]);
}} }}
> >
{categoryList.map((category, idx) => ( {categoryList.map((category, idx) => (