mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-29 05:15:12 +02:00
form
This commit is contained in:
@@ -11,7 +11,7 @@ export default function CardSection({
|
||||
return (
|
||||
<div
|
||||
className={cn(
|
||||
"p-6 shadow-sm rounded-lg bg-white border border-border-strong/80",
|
||||
"p-6 shadow-sm rounded-lg bg-white border border-border-strong/80",
|
||||
className
|
||||
)}
|
||||
>
|
||||
|
@@ -188,7 +188,7 @@ export default function CreateCredential({
|
||||
onSubmit={() => {}} // This will be overridden by our custom submit handlers
|
||||
>
|
||||
{(formikProps) => (
|
||||
<Form>
|
||||
<Form className="w-full flex items-stretch">
|
||||
{!hideSource && (
|
||||
<p className="text-sm">
|
||||
Check our
|
||||
|
Reference in New Issue
Block a user