From 2ae4db34bcc27698a6d20a1fdd72218f025cc20a Mon Sep 17 00:00:00 2001 From: nickAS21 Date: Thu, 20 Apr 2023 16:54:41 +0300 Subject: [PATCH] tbel: validation "foreach" default value in JS function --- ui-ngx/src/app/shared/components/js-func.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/app/shared/components/js-func.component.ts b/ui-ngx/src/app/shared/components/js-func.component.ts index ed1d657906..1b206283fd 100644 --- a/ui-ngx/src/app/shared/components/js-func.component.ts +++ b/ui-ngx/src/app/shared/components/js-func.component.ts @@ -95,7 +95,7 @@ export class JsFuncComponent implements OnInit, OnDestroy, ControlValueAccessor, @Input() helpId: string; - @Input() scriptLanguage: ScriptLanguage = ScriptLanguage.TBEL; + @Input() scriptLanguage: ScriptLanguage = ScriptLanguage.JS; private noValidateValue: boolean; get noValidate(): boolean {