Skip to content

Commit 5ed9ec3

Browse files
1 parent abfcd0d commit 5ed9ec3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/02/z2ui5.wapa.component.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ sap.ui.define(["sap/ui/core/UIComponent", "z2ui5/model/models", "z2ui5/cc/Server
1313
if (typeof z2ui5 == 'undefined') {
1414
z2ui5 = {};
1515
}
16+
if (z2ui5?.checkLocal == false) {
1617
z2ui5 = {};
18+
}
1719

1820
z2ui5.oRouter = this.getRouter();
1921
z2ui5.oRouter.initialize();

0 commit comments

Comments
 (0)