mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 17:05:47 +01:00
🐛 Fix a bug with the AppShelf accordion
This commit is contained in:
@@ -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) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user