diff --git a/rsconcept/frontend/src/features/oss/dialogs/dlg-delete-operation.tsx b/rsconcept/frontend/src/features/oss/dialogs/dlg-delete-operation.tsx index 61b268d1..2b298b49 100644 --- a/rsconcept/frontend/src/features/oss/dialogs/dlg-delete-operation.tsx +++ b/rsconcept/frontend/src/features/oss/dialogs/dlg-delete-operation.tsx @@ -29,7 +29,7 @@ export function DlgDeleteOperation() { target: target.id, layout: layout, keep_constituents: false, - delete_schema: false + delete_schema: true } }); @@ -47,20 +47,6 @@ export function DlgDeleteOperation() { helpTopic={HelpTopic.CC_PROPAGATION} > - ( - - )} - /> - )} /> + ( + + )} + /> ); } diff --git a/rsconcept/frontend/src/features/rsform/components/view-constituents/table-side-constituents.tsx b/rsconcept/frontend/src/features/rsform/components/view-constituents/table-side-constituents.tsx index 336a39a7..47b1012a 100644 --- a/rsconcept/frontend/src/features/rsform/components/view-constituents/table-side-constituents.tsx +++ b/rsconcept/frontend/src/features/rsform/components/view-constituents/table-side-constituents.tsx @@ -67,7 +67,14 @@ export function TableSideConstituents({ size: 1000, minSize: 250, maxSize: 1000, - cell: props => + cell: props => ( + + ) }) ];