From f775a71a7936d14ea14f03abb7cef5e8e0a5c8b5 Mon Sep 17 00:00:00 2001 From: mchouliara Date: Wed, 2 Oct 2024 16:20:58 +0300 Subject: [PATCH] fix bug body mandatory fields --- .../editor/notification-template-editor.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/notification-service/ui/admin/notification-template/editor/notification-template-editor.component.html b/frontend/src/notification-service/ui/admin/notification-template/editor/notification-template-editor.component.html index 5104fbcbd..13085a667 100644 --- a/frontend/src/notification-service/ui/admin/notification-template/editor/notification-template-editor.component.html +++ b/frontend/src/notification-service/ui/admin/notification-template/editor/notification-template-editor.component.html @@ -191,7 +191,7 @@ [form]="formGroup.get('value').get('bodyFieldOptions')" [validationErrorModel]="editorModel.validationErrorModel" [validationRootPath]="'value.bodyFieldOptions.'" - [bodyMandatoryFields]="subjectMandatoryFields" + [bodyMandatoryFields]="bodyMandatoryFields" [formatting]="bodyFormatting">