fixing casting problem after Travis build failed

This commit is contained in:
Dusan Rostar
2018-12-03 13:07:30 +01:00
parent 10b983f728
commit 09ceaf7b74

View File

@@ -337,7 +337,7 @@ function test_adding_dialog_by_definition() {
{
id: 'tab-basic',
label: 'Basic Settings',
elements: <any[]> []
elements: [] as any[]
},
{
id: 'tab-adv',