mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-29 11:12:02 +01:00
Fixed incorrect active panel in BookStack connector
This commit is contained in:
parent
019e474a4e
commit
148d9c358f
@ -145,7 +145,7 @@ const Main = () => {
|
||||
</>
|
||||
)}
|
||||
|
||||
{bookstackConnectorIndexingStatuses.length > 0 ? (
|
||||
{bookstackConnectorIndexingStatuses.length > 0 && (
|
||||
<>
|
||||
<h2 className="font-bold mb-2 mt-6 ml-auto mr-auto">
|
||||
BookStack indexing status
|
||||
@ -184,7 +184,9 @@ const Main = () => {
|
||||
/>
|
||||
</div>
|
||||
</>
|
||||
) : (
|
||||
)}
|
||||
|
||||
{bookstackCredential && bookstackConnectorIndexingStatuses.length === 0 && (
|
||||
<>
|
||||
<div className="border-solid border-gray-600 border rounded-md p-6 mt-4">
|
||||
<h2 className="font-bold mb-3">Create Connection</h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user