Skip to content

Commit 42da3ad

Browse files
Gabriel JohnsoniBelieve
authored andcommitted
fix(tabbar): Initialize tabs to empty
- Closes #292
1 parent 423e90c commit 42da3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Material/TabBar.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Item {
2626

2727
property bool centered: false
2828

29-
property var tabs
29+
property var tabs: []
3030
property int leftKeyline
3131

3232
property bool isLargeDevice: Device.type == Device.desktop || Device.type == Device.tablet

0 commit comments

Comments
 (0)