Browse Source

tbel: validation "foreach" default value in JS function

pull/8396/head
nickAS21 3 years ago
parent
commit
2ae4db34bc
  1. 2
      ui-ngx/src/app/shared/components/js-func.component.ts

2
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 {

Loading…
Cancel
Save