hide pagination controls on playqueue config

This commit is contained in:
jeffvli
2025-12-03 16:54:40 -08:00
parent 49ce670281
commit d511b58c8f
@@ -145,6 +145,12 @@ export const PlayQueueListControls = ({
},
]}
listKey={ItemListKey.SIDE_QUEUE}
optionsConfig={{
table: {
itemsPerPage: { hidden: true },
pagination: { hidden: true },
},
}}
tableColumnsData={SONG_TABLE_COLUMNS}
/>
</Group>