From 94fc68b8649c3aef21e8a7a3586640fe5b77ce21 Mon Sep 17 00:00:00 2001 From: mchouliara Date: Wed, 2 Oct 2024 16:22:48 +0300 Subject: [PATCH] ++ --- .../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 13085a667..37c51a4bd 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]="bodyMandatoryFields" + [mandatoryFields]="bodyMandatoryFields" [formatting]="bodyFormatting">