From e053b1b98817cfd1f543374d160e72f377b155c9 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sun, 8 Feb 2026 13:05:36 +0530 Subject: [PATCH] refactor: improve layout structure in IndexingConfigurationView for enhanced readability --- .../views/indexing-configuration-view.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/surfsense_web/components/assistant-ui/connector-popup/connector-configs/views/indexing-configuration-view.tsx b/surfsense_web/components/assistant-ui/connector-popup/connector-configs/views/indexing-configuration-view.tsx index 2ab25ae95..11760bb30 100644 --- a/surfsense_web/components/assistant-ui/connector-popup/connector-configs/views/indexing-configuration-view.tsx +++ b/surfsense_web/components/assistant-ui/connector-popup/connector-configs/views/indexing-configuration-view.tsx @@ -119,16 +119,16 @@ export const IndexingConfigurationView: FC = ({
-
- - {getConnectorTypeDisplay(connector?.connector_type || "")} Connected ! - - {connector?.name?.includes(" - ") && ( - - {getConnectorDisplayName(connector.name)} +
+ + {getConnectorTypeDisplay(connector?.connector_type || "")} Connected ! - )} -
+ {connector?.name?.includes(" - ") && ( + + {getConnectorDisplayName(connector.name)} + + )} +

Configure when to start syncing your data