changed loading of fe library and usage of fe AppComponent because of changes in library structure

This commit is contained in:
Oliver Schmidt
2021-01-25 15:20:11 +00:00
parent e3159afdc2
commit 0d6ee73920
6 changed files with 12 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
sap.ui.define(["sap/fe/AppComponent"], ac => ac.extend("admin.Component", {
sap.ui.define(["sap/fe/core/AppComponent"], ac => ac.extend("admin.Component", {
metadata:{ manifest:'json' }
}))