mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
hide pagination controls on playqueue config
This commit is contained in:
@@ -145,6 +145,12 @@ export const PlayQueueListControls = ({
|
||||
},
|
||||
]}
|
||||
listKey={ItemListKey.SIDE_QUEUE}
|
||||
optionsConfig={{
|
||||
table: {
|
||||
itemsPerPage: { hidden: true },
|
||||
pagination: { hidden: true },
|
||||
},
|
||||
}}
|
||||
tableColumnsData={SONG_TABLE_COLUMNS}
|
||||
/>
|
||||
</Group>
|
||||
|
||||
Reference in New Issue
Block a user