Explore: Fix key error (#100812)

This commit is contained in:
Bogdan Matei
2025-02-17 15:37:55 +02:00
committed by GitHub
parent e9b2f69137
commit d4fdffc387
@@ -205,6 +205,7 @@ export function ExploreToolbar({ exploreId, onChangeTime, onContentOutlineToogle
const navBarActions = [
<ToolbarButton
key="query-history"
variant={drawerOpened ? 'active' : 'canvas'}
aria-label={t('explore.secondary-actions.query-history-button-aria-label', 'Query history')}
onClick={() => setDrawerOpened(!drawerOpened)}