From 3bca1a8921fe290a14ec54e4c8a83e182c198eb9 Mon Sep 17 00:00:00 2001
From: Ivan <8611739+IRBorisov@users.noreply.github.com>
Date: Thu, 10 Jul 2025 17:08:43 +0300
Subject: [PATCH] M: Minor UI fixes
---
.../oss/dialogs/dlg-delete-operation.tsx | 29 +++++++++----------
.../table-side-constituents.tsx | 9 +++++-
2 files changed, 22 insertions(+), 16 deletions(-)
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 => (
+
+ )
})
];