diff --git a/src/frontend/src/tables/build/BuildAllocatedStockTable.tsx b/src/frontend/src/tables/build/BuildAllocatedStockTable.tsx index bacf33764e..b09ade00e3 100644 --- a/src/frontend/src/tables/build/BuildAllocatedStockTable.tsx +++ b/src/frontend/src/tables/build/BuildAllocatedStockTable.tsx @@ -311,7 +311,7 @@ export default function BuildAllocatedStockTable({ }, enableBulkDelete: allowEdit && user.hasDeleteRole(UserRoles.build), enableDownload: true, - enableSelection: allowEdit && user.hasDeleteRole(UserRoles.build), + enableSelection: allowEdit && user.hasChangeRole(UserRoles.build), rowActions: rowActions, tableActions: tableActions, tableFilters: tableFilters,