Skip to content

Commit

Permalink
fix: set default text for button (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo committed Jun 2, 2023
1 parent 0151700 commit 5a314c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui5-cc-excelUpload-Button/ExcelUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ sap.ui.define(["sap/m/Button"], (Button) => {
return Button.extend("cc.excelUploadButton.v0_5_5.ExcelUpload", {
metadata: {
properties: {
text : { type: "string", defaultValue: "Excel Upload" },
excelFileName: {
type: "string",
defaultValue: "Template.xlsx"
Expand Down

0 comments on commit 5a314c0

Please sign in to comment.