fix: remove unnecessary bulkActionButtons prop from PluginList component

This commit is contained in:
Deluan 2026-01-05 19:17:48 -05:00
parent ce85775b66
commit 64baa16129

View File

@ -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}