mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-03 03:11:40 +00:00
Fix list store for artist detail
This commit is contained in:
parent
84587da701
commit
563db1138e
10 changed files with 98 additions and 67 deletions
|
|
@ -36,8 +36,8 @@ export const SongListHeader = ({
|
|||
tableRef,
|
||||
}: SongListHeaderProps) => {
|
||||
const server = useCurrentServer();
|
||||
const { pageKey } = useSongListContext();
|
||||
const { filter } = useSongListStore();
|
||||
const { id, pageKey } = useSongListContext();
|
||||
const { filter } = useSongListStore({ id, key: pageKey });
|
||||
const { setFilter, setTablePagination } = useListStoreActions();
|
||||
const handlePlayQueueAdd = usePlayQueueAdd();
|
||||
const cq = useContainerQuery();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue