Skip to content

Commit

Permalink
fixed flp start
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar Ubhe committed Sep 11, 2024
1 parent 0d1d5da commit 37bfc55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions generators/app/templates/webapp/flpSandbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"<%= appId %>": "./"
}'
data-sap-ui-theme="<%= defaultTheme %>"
data-sap-ui-oninit="module:sap/ui/core/ComponentSupport"
data-sap-ui-oninit="module:appconfig/appstart"
data-sap-ui-async="true"
data-sap-ui-compatVersion="edge"
data-sap-ui-frameOptions="trusted"
Expand All @@ -71,6 +71,6 @@
</head>

<body class="sapUiBody">
<div data-sap-ui-component data-name="<%= appId %>"></div>
<div id="content"></div>
</body>
</html>
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
],
"dependencies": {
"chalk": "^5.3.0",
"glob": "^11.0.0",
"package-json": "^10.0.1",
"semver": "^7.6.3",
"upath": "^2.0.1",
Expand Down

0 comments on commit 37bfc55

Please sign in to comment.