Hide previews behind toggle properly (#43704)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user