diff --git a/src/frontend/src/tables/build/BuildAllocatedStockTable.tsx b/src/frontend/src/tables/build/BuildAllocatedStockTable.tsx index bdecc5d61b..5c125733b6 100644 --- a/src/frontend/src/tables/build/BuildAllocatedStockTable.tsx +++ b/src/frontend/src/tables/build/BuildAllocatedStockTable.tsx @@ -304,7 +304,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,