implement collections page
This commit is contained in:
@@ -74,7 +74,7 @@ function createBookmarkListStore({
|
||||
alwaysExpandItem,
|
||||
selectedIndex: selectedBookmarkId ? bookmarks.findIndex((bookmark) => bookmark.id === selectedBookmarkId) : 0,
|
||||
selectedBookmarkId: _selectedBookmarkId ?? "",
|
||||
isItemExpanded: false,
|
||||
isItemExpanded: alwaysExpandItem,
|
||||
|
||||
onItemAction,
|
||||
|
||||
|
Reference in New Issue
Block a user