diff --git a/src/components/AppShelf/AppShelf.tsx b/src/components/AppShelf/AppShelf.tsx index b557ba9af..2da1274e6 100644 --- a/src/components/AppShelf/AppShelf.tsx +++ b/src/components/AppShelf/AppShelf.tsx @@ -135,7 +135,7 @@ const AppShelf = (props: any) => { multiple value={toggledCategories} onChange={(state) => { - setToggledCategories(state); + setToggledCategories([...state]); }} > {categoryList.map((category, idx) => (