From 0fe97d7bec14678592021d32e2a85dfd7911cde4 Mon Sep 17 00:00:00 2001 From: PRINCESANCHEZ <67511950+PRINCESANCHEZ@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:13:19 -0700 Subject: [PATCH] #2218 Fix accessibility violations (#2219) Signed-off-by: Prince Sanchez --- .../common-properties/components/title-editor/title-editor.jsx | 2 +- .../common-canvas/src/toolbar/toolbar-button-item.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/canvas_modules/common-canvas/src/common-properties/components/title-editor/title-editor.jsx b/canvas_modules/common-canvas/src/common-properties/components/title-editor/title-editor.jsx index d6be07888c..952a0b699c 100644 --- a/canvas_modules/common-canvas/src/common-properties/components/title-editor/title-editor.jsx +++ b/canvas_modules/common-canvas/src/common-properties/components/title-editor/title-editor.jsx @@ -174,7 +174,7 @@ class TitleEditor extends Component { ) : null; const icon = this.props.icon && typeof this.props.icon === "string" - ? + ?