From 818eb824bdc935b4997bd2051ae303ba0ff7586a Mon Sep 17 00:00:00 2001 From: Lyubov Voloshko Date: Tue, 4 Nov 2025 18:15:16 +0200 Subject: [PATCH] edit components: add data-hj-suppress on json and code editors --- .../ui-components/record-edit-fields/code/code.component.html | 2 +- .../record-edit-fields/json-editor/json-editor.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/ui-components/record-edit-fields/code/code.component.html b/frontend/src/app/components/ui-components/record-edit-fields/code/code.component.html index c38ed6282..5f50cc70d 100644 --- a/frontend/src/app/components/ui-components/record-edit-fields/code/code.component.html +++ b/frontend/src/app/components/ui-components/record-edit-fields/code/code.component.html @@ -1,6 +1,6 @@ {{ normalizedLabel }} {{ required ? '*' : '' }} -
+
{{ normalizedLabel }} {{ required ? '*' : '' }} -
+