mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 07:54:18 +02:00
remove selection dialog from certain list views
This commit is contained in:
@@ -55,6 +55,7 @@ export const SimilarSongsList = ({ count, song }: SimilarSongsListProps) => {
|
||||
return (
|
||||
<ErrorBoundary FallbackComponent={ErrorFallback}>
|
||||
<ItemTableList
|
||||
enableSelectionDialog={false}
|
||||
autoFitColumns={table?.autoFitColumns}
|
||||
CellComponent={ItemTableListColumn}
|
||||
columns={table?.columns || []}
|
||||
|
||||
Reference in New Issue
Block a user