From 148d9c358f491e15b1c9a72703263162015cd2d3 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Thu, 6 Jul 2023 17:24:04 +0100 Subject: [PATCH] Fixed incorrect active panel in BookStack connector --- web/src/app/admin/connectors/bookstack/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/src/app/admin/connectors/bookstack/page.tsx b/web/src/app/admin/connectors/bookstack/page.tsx index 3d798f635..564493f95 100644 --- a/web/src/app/admin/connectors/bookstack/page.tsx +++ b/web/src/app/admin/connectors/bookstack/page.tsx @@ -145,7 +145,7 @@ const Main = () => { )} - {bookstackConnectorIndexingStatuses.length > 0 ? ( + {bookstackConnectorIndexingStatuses.length > 0 && ( <>

BookStack indexing status @@ -184,7 +184,9 @@ const Main = () => { /> - ) : ( + )} + + {bookstackCredential && bookstackConnectorIndexingStatuses.length === 0 && ( <>

Create Connection