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 {