Skip to content

Commit

Permalink
#2220 SubAreas sample toolbar - 'Save' button should have a label (#2221
Browse files Browse the repository at this point in the history
)

Signed-off-by: Michael Pavlik <[email protected]>
  • Loading branch information
mikieyx authored Oct 23, 2024
1 parent 0fe97d7 commit 89e8d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas_modules/harness/src/client/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2225,7 +2225,7 @@ class App extends React.Component {
{ action: "color-subpanel", iconEnabled: (<ColorPalette size={32} />), label: "Color picker", enable: true,
subPanel: ColorPicker, subPanelData: { clickActionHandler: (color) => window.alert("Color selected = " + color) } },
{ divider: true },
{ action: "save", iconEnabled: (<Save size={32} />), enable: true, tooltip: saveReloadTooltip }
{ action: "save", iconEnabled: (<Save size={32} />), label: "Save", enable: true, tooltip: saveReloadTooltip }
],
rightBar: [
{ divider: true },
Expand Down

0 comments on commit 89e8d63

Please sign in to comment.