mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
force table displayType on folder list
This commit is contained in:
@@ -84,7 +84,8 @@ interface FolderListViewProps {
|
||||
}
|
||||
|
||||
export const FolderListView = ({ folderQuery }: FolderListViewProps) => {
|
||||
const { display, table } = useListSettings(ItemListKey.SONG);
|
||||
const { table } = useListSettings(ItemListKey.SONG);
|
||||
const display = ListDisplayType.TABLE;
|
||||
const { setItemCount } = useListContext();
|
||||
const { currentFolderId, navigateToFolder } = useFolderListFilters();
|
||||
const serverId = useCurrentServerId();
|
||||
|
||||
Reference in New Issue
Block a user