Skip to content

Commit 316faf5

Browse files
rueckstiesskangas
authored andcommitted
close objects and arrays by default.
1 parent 6084bde commit 316faf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scout-ui/src/field-list/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var ExpandableFieldMixin = {
7676
props: {
7777
expanded: {
7878
type: 'boolean',
79-
default: true
79+
default: false
8080
}
8181
},
8282
click: function(evt) {

0 commit comments

Comments
 (0)