UI: Fixed boolean default value
This commit is contained in:
parent
f85fada6a1
commit
5d40ffd087
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user