Tags
{showUnselectAll && selectedTags.length > 0 && (
-
+
clear selection
@@ -93,7 +93,7 @@ function TagsList({ tagsUrl, showUnselectAll = false, onUpdate }: TagsListProps)
toggleTag(event, tag.name)}>
{tag.name}
diff --git a/client/app/components/dashboards/dashboard-widget/VisualizationWidget.jsx b/client/app/components/dashboards/dashboard-widget/VisualizationWidget.jsx
index d0047f65c..6a82a00ac 100644
--- a/client/app/components/dashboards/dashboard-widget/VisualizationWidget.jsx
+++ b/client/app/components/dashboards/dashboard-widget/VisualizationWidget.jsx
@@ -160,7 +160,7 @@ function VisualizationWidgetFooter({ widget, isPublic, onRefresh, onExpand }) {
refreshWidget(1)}
data-test="RefreshButton">
{" "}
@@ -181,7 +181,7 @@ function VisualizationWidgetFooter({ widget, isPublic, onRefresh, onExpand }) {
refreshWidget(2)}>
@@ -189,7 +189,7 @@ function VisualizationWidgetFooter({ widget, isPublic, onRefresh, onExpand }) {
diff --git a/client/app/components/dashboards/dashboard-widget/Widget.jsx b/client/app/components/dashboards/dashboard-widget/Widget.jsx
index e6a2ab8bc..9256d8ef1 100644
--- a/client/app/components/dashboards/dashboard-widget/Widget.jsx
+++ b/client/app/components/dashboards/dashboard-widget/Widget.jsx
@@ -49,7 +49,7 @@ function WidgetDeleteButton({ onClick }) {
className="action"
title="Remove From Dashboard"
role="button"
- tabIndex="0"
+ tabIndex={0}
onClick={onClick}
data-test="WidgetDeleteButton">
diff --git a/client/app/components/empty-state/EmptyState.jsx b/client/app/components/empty-state/EmptyState.jsx
index 6ba289ef9..ed4db2d52 100644
--- a/client/app/components/empty-state/EmptyState.jsx
+++ b/client/app/components/empty-state/EmptyState.jsx
@@ -200,7 +200,7 @@ function EmptyState({
{closable && (
-