mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Fix filter on id pages
This commit is contained in:
parent
2a9d30e43d
commit
5f5c3bbb11
2 changed files with 5 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ interface SongListHeaderFiltersProps {
|
|||
export const SongListHeaderFilters = ({ tableRef }: SongListHeaderFiltersProps) => {
|
||||
const server = useCurrentServer();
|
||||
const { pageKey, handlePlay, customFilters } = useListContext();
|
||||
const { display, table, filter } = useListStoreByKey({ key: pageKey });
|
||||
const { display, table, filter } = useListStoreByKey({ filter: customFilters, key: pageKey });
|
||||
const { setFilter, setTable, setTablePagination, setDisplayType } = useListStoreActions();
|
||||
|
||||
const { handleRefreshTable } = useListFilterRefresh({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue