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