We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4a316f + a949c9b commit c9d1465Copy full SHA for c9d1465
1 file changed
src/frontend/src/pages/ProjectDetailPage/ProjectViewContainer/BOM/BOMTable.tsx
@@ -164,7 +164,7 @@ const BOMTable: React.FC<BOMTableProps> = ({
164
processRowUpdate as unknown as (newRow: GridValidRowModel, oldRow: GridValidRowModel) => Promise<GridValidRowModel>
165
}
166
onProcessRowUpdateError={onProcessRowUpdateError}
167
- isCellEditable={(params) => editPerms && params.row.id.startsWith('assembly')}
+ isCellEditable={(params) => editPerms && !params.row.id.startsWith('assembly')}
168
onRowClick={openAssembly}
169
componentsProps={{
170
row: {
0 commit comments