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