mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
remove invalid detail view type for song list config
This commit is contained in:
@@ -18,6 +18,10 @@ import { Table } from '/@/shared/components/table/table';
|
||||
import { useDisclosure } from '/@/shared/hooks/use-disclosure';
|
||||
import { ItemListKey, ListDisplayType } from '/@/shared/types/types';
|
||||
|
||||
export const SONG_DISPLAY_TYPES: ListConfigMenuDisplayTypeConfig[] = [
|
||||
{ hidden: true, value: ListDisplayType.DETAIL },
|
||||
];
|
||||
|
||||
const DISPLAY_TYPES = [
|
||||
{
|
||||
label: (
|
||||
|
||||
Reference in New Issue
Block a user