mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 08:55:48 +01:00
🐛 Fix a bug with the AppShelf accordion
This commit is contained in:
@@ -135,7 +135,7 @@ const AppShelf = (props: any) => {
|
||||
multiple
|
||||
value={toggledCategories}
|
||||
onChange={(state) => {
|
||||
setToggledCategories(state);
|
||||
setToggledCategories([...state]);
|
||||
}}
|
||||
>
|
||||
{categoryList.map((category, idx) => (
|
||||
|
||||
Reference in New Issue
Block a user