UI: Fixed boolean default value

This commit is contained in:
Artem Dzhereleiko 2024-07-18 12:08:14 +03:00
parent f85fada6a1
commit 5d40ffd087

View File

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