changed loading of fe library and usage of fe AppComponent because of changes in library structure
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
sap.ui.define(["sap/fe/AppComponent"], ac => ac.extend("orders.Component", {
|
||||
sap.ui.define(["sap/fe/core/AppComponent"], ac => ac.extend("orders.Component", {
|
||||
metadata:{ manifest:'json' }
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user