From 89e8d63d04a6563ab25f80c54ced866e3c49ee61 Mon Sep 17 00:00:00 2001 From: mikieyx <103902194+mikieyx@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:58:57 -0700 Subject: [PATCH] #2220 SubAreas sample toolbar - 'Save' button should have a label (#2221) Signed-off-by: Michael Pavlik --- canvas_modules/harness/src/client/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canvas_modules/harness/src/client/App.js b/canvas_modules/harness/src/client/App.js index 308471e82..310db75a5 100644 --- a/canvas_modules/harness/src/client/App.js +++ b/canvas_modules/harness/src/client/App.js @@ -2225,7 +2225,7 @@ class App extends React.Component { { action: "color-subpanel", iconEnabled: (), label: "Color picker", enable: true, subPanel: ColorPicker, subPanelData: { clickActionHandler: (color) => window.alert("Color selected = " + color) } }, { divider: true }, - { action: "save", iconEnabled: (), enable: true, tooltip: saveReloadTooltip } + { action: "save", iconEnabled: (), label: "Save", enable: true, tooltip: saveReloadTooltip } ], rightBar: [ { divider: true },