Skip to content

Commit 4c2757b

Browse files
1 parent 921f9b8 commit 4c2757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/webapp/controller/App.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ sap.ui.define("z2ui5/Tree", ["sap/ui/core/Control"], (Control) => {
212212
setTimeout((id) => {
213213
z2ui5.oView.byId( id ).getBinding('items').setTreeState( z2ui5.treeState );
214214
}, 100, oControl.getProperty("tree_id") );
215-
});
215+
} });
216216
});
217217

218218
sap.ui.define("z2ui5/Scrolling", ["sap/ui/core/Control"], (Control) => {

0 commit comments

Comments
 (0)