Skip to content

Commit 4c247ad

Browse files
committed
fix: Set default lazyUpdateTimeout of 0 in JS as well
1 parent cd29620 commit 4c247ad

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
@@ -34,7 +34,7 @@ $componentUtil = $viewModelFactory->create(ComponentUtil::class);
3434
visible: true,
3535
lazyLoad: false,
3636
lazyUpdate: false,
37-
lazyUpdateTimeout: 10000,
37+
lazyUpdateTimeout: 0,
3838
skipQueue: false,
3939
valid: true,
4040
skipValidation: false,

0 commit comments

Comments
 (0)