mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
fix: remove unnecessary bulkActionButtons prop from PluginList component
This commit is contained in:
parent
ce85775b66
commit
64baa16129
@ -73,7 +73,7 @@ const PluginList = (props) => {
|
||||
useResourceRefresh('plugin')
|
||||
|
||||
return (
|
||||
<List {...props} sort={{ field: 'id', order: 'ASC' }} exporter={false}>
|
||||
<List {...props} sort={{ field: 'id', order: 'ASC' }} exporter={false} bulkActionButtons={false}>
|
||||
{isXsmall ? (
|
||||
<SimpleList
|
||||
primaryText={(record) => record.id}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user