Browse Source

UI: Fixed boolean default value

pull/11220/head
Artem Dzhereleiko 2 years ago
parent
commit
5d40ffd087
  1. 2
      ui-ngx/src/app/shared/components/script-lang.component.ts

2
ui-ngx/src/app/shared/components/script-lang.component.ts

@ -46,7 +46,7 @@ export class TbScriptLangComponent extends PageComponent implements ControlValue
@Input()
@coerceBoolean()
shortLang = true;
shortLang = false;
private propagateChange = null;

Loading…
Cancel
Save