mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
force table displayType on folder list
This commit is contained in:
@@ -84,7 +84,8 @@ interface FolderListViewProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const FolderListView = ({ folderQuery }: 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 { setItemCount } = useListContext();
|
||||||
const { currentFolderId, navigateToFolder } = useFolderListFilters();
|
const { currentFolderId, navigateToFolder } = useFolderListFilters();
|
||||||
const serverId = useCurrentServerId();
|
const serverId = useCurrentServerId();
|
||||||
|
|||||||
Reference in New Issue
Block a user