Explore: Fix key error (#100812)
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user