From e98c9a83b8d32951e8234b8267d3f3edea2ee518 Mon Sep 17 00:00:00 2001 From: Dmitry Shilov Date: Fri, 9 May 2025 12:13:17 +0200 Subject: [PATCH] fix: Add collapsible feature to Accordion in SettingsPane (#2125) --- src/Explorer/Panes/SettingsPane/SettingsPane.tsx | 2 +- .../Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx index ca92b59ed..ddaf086b7 100644 --- a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx +++ b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx @@ -608,7 +608,7 @@ export const SettingsPane: FunctionComponent<{ explorer: Explorer }> = ({
{!isFabricNative() && ( - + {shouldShowQueryPageOptions && ( diff --git a/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap b/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap index 577b6de5b..41a75a38f 100644 --- a/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap +++ b/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap @@ -12,6 +12,7 @@ exports[`Settings Pane should render Default properly 1`] = ` >