From fa6eb49172bef3d61e91e8191f18f199fd11040c Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 28 Aug 2024 12:34:29 +0300 Subject: [PATCH] M: Add warning if term expressions are not equal --- .../dialogs/DlgEditOperation/TabSynthesis.tsx | 7 +- rsconcept/frontend/src/models/oss.ts | 1 + rsconcept/frontend/src/models/ossAPI.ts | 65 +++++++++++++++++-- rsconcept/frontend/src/models/rsformAPI.ts | 2 +- rsconcept/frontend/src/utils/constants.ts | 3 +- rsconcept/frontend/src/utils/labels.ts | 2 + 6 files changed, 72 insertions(+), 8 deletions(-) diff --git a/rsconcept/frontend/src/dialogs/DlgEditOperation/TabSynthesis.tsx b/rsconcept/frontend/src/dialogs/DlgEditOperation/TabSynthesis.tsx index 5ee90712..be822e37 100644 --- a/rsconcept/frontend/src/dialogs/DlgEditOperation/TabSynthesis.tsx +++ b/rsconcept/frontend/src/dialogs/DlgEditOperation/TabSynthesis.tsx @@ -37,7 +37,12 @@ function TabSynthesis({ substitutions={substitutions} setSubstitutions={setSubstitutions} /> -