Skip to content

Commit bbbe655

Browse files
committed
Make components visible by default
1 parent 911446b commit bbbe655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/base/templates/script/component-type/base-component-type.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $componentUtil = $viewModelFactory->create(ComponentUtil::class);
3333
messages: [],
3434
messageArea: 'local',
3535
value: null,
36-
visible: false,
36+
visible: true,
3737
lazyLoad: false,
3838
ajax: false,
3939
beforePostValue: null,

0 commit comments

Comments
 (0)