mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-25 11:16:43 +02:00
k
This commit is contained in:
committed by
Chris Weaver
parent
3a704f1950
commit
e3aafd95af
@@ -194,7 +194,7 @@ export default function CreateCredential({
|
|||||||
for information on setting up this connector.
|
for information on setting up this connector.
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
<CardSection className="w-full items-start bg-blue-200 !border-0 mt-4 flex flex-col gap-y-6">
|
<CardSection className="w-full items-start dark:bg-neutral-900 mt-4 flex flex-col gap-y-6">
|
||||||
<TextFormField
|
<TextFormField
|
||||||
name="name"
|
name="name"
|
||||||
placeholder="(Optional) credential name.."
|
placeholder="(Optional) credential name.."
|
||||||
@@ -215,7 +215,7 @@ export default function CreateCredential({
|
|||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
{!swapConnector && (
|
{!swapConnector && (
|
||||||
<div className="mt-4 flex flex-col sm:flex-row justify-between items-end">
|
<div className="mt-4 flex w-full flex-col sm:flex-row justify-between items-end">
|
||||||
<div className="w-full sm:w-3/4 mb-4 sm:mb-0">
|
<div className="w-full sm:w-3/4 mb-4 sm:mb-0">
|
||||||
{isPaidEnterpriseFeaturesEnabled && (
|
{isPaidEnterpriseFeaturesEnabled && (
|
||||||
<div className="flex flex-col items-start">
|
<div className="flex flex-col items-start">
|
||||||
|
Reference in New Issue
Block a user