Skip to content

Commit

Permalink
changing disableCacheParam var name
Browse files Browse the repository at this point in the history
  • Loading branch information
kjose90 committed Sep 10, 2024
1 parent a8328d7 commit 2b93ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fiori-generator-shared/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ export function getBootstrapResourceUrls(
*/
export function getVariantPreviewAppScript(sapClient?: string): string {
const previewAppAnchor = '#preview-app';
const DisableCacheParam = 'sap-ui-xx-viewCache=false';
const disableCacheParam = 'sap-ui-xx-viewCache=false';
const sapClientParam = sapClient ? `&sap-client=${sapClient}` : '';
const urlParam = `?${[
sapClientParam,
DisableCacheParam,
disableCacheParam,
'fiori-tools-rta-mode=true',
'sap-ui-rta-skip-flex-validation=true'
]
Expand Down

0 comments on commit 2b93ea5

Please sign in to comment.