{!hideImage && imageToShow}
diff --git a/public/app/features/browse-dashboards/components/SearchView.tsx b/public/app/features/browse-dashboards/components/SearchView.tsx
index 03c72c3a6b1..48493f7e0bc 100644
--- a/public/app/features/browse-dashboards/components/SearchView.tsx
+++ b/public/app/features/browse-dashboards/components/SearchView.tsx
@@ -97,6 +97,7 @@ export function SearchView({ width, height, canSelect }: SearchViewProps) {
}
message={t('browse-dashboards.no-results.text', 'No results found for your query')}
variant="not-found"
+ role="alert"
/>
);
diff --git a/public/app/features/commandPalette/CommandPalette.tsx b/public/app/features/commandPalette/CommandPalette.tsx
index a1e36d3a20b..38f268eb71b 100644
--- a/public/app/features/commandPalette/CommandPalette.tsx
+++ b/public/app/features/commandPalette/CommandPalette.tsx
@@ -121,7 +121,11 @@ const RenderResults = ({ isFetchingSearchResults, searchResults }: RenderResults
const showEmptyState = !isFetchingSearchResults && items.length === 0;
return showEmptyState ? (
-
+
) : (