mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Hide previews behind toggle properly (#43704)
This commit is contained in:
parent
9e5a7b056c
commit
b826804ef7
@ -54,7 +54,7 @@ export const DashboardSearch: FC<Props> = memo(({ onCloseSearch }) => {
|
||||
editable={false}
|
||||
onToggleSection={onToggleSection}
|
||||
layout={query.layout}
|
||||
showPreviews={showPreviews}
|
||||
showPreviews={previewsEnabled && showPreviews}
|
||||
/>
|
||||
</CustomScrollbar>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user