Fix dialog not displaying set value

This commit is contained in:
nathan 2021-08-19 15:32:47 -06:00
parent 381d12dfa2
commit e0144fcec7

View File

@ -31,7 +31,6 @@ export class Et2Textbox extends Et2InputWidget(Et2Widget(LionInput))
{
return {
...super.properties,
value: {attribute: true},
onclick: {type: Function}
}
}