Skip to content

Commit

Permalink
fix: remove popup in FE scenario when uploading (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed May 20, 2023
1 parent e781b27 commit f7d12b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui5-cc-excelUpload/src/controller/ExcelUpload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export default class ExcelUpload {
check: false,
},
dataloss: {
popup: true,
popup: false,
navigation: false,
},
sActionLabel: this.util.geti18nText("uploadingFile"),
Expand Down

0 comments on commit f7d12b3

Please sign in to comment.