mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-05 12:39:33 +02:00
Remove alert upon submission (#4537)
This commit is contained in:
parent
c3ffaa19a4
commit
1dd32ebfce
@ -413,11 +413,7 @@ export function LLMProviderUpdateForm({
|
|||||||
{testError && <Text className="text-error mt-2">{testError}</Text>}
|
{testError && <Text className="text-error mt-2">{testError}</Text>}
|
||||||
|
|
||||||
<div className="flex w-full mt-4">
|
<div className="flex w-full mt-4">
|
||||||
<Button
|
<Button type="submit" variant="submit">
|
||||||
onClick={() => alert(JSON.stringify(formikProps.errors))}
|
|
||||||
type="submit"
|
|
||||||
variant="submit"
|
|
||||||
>
|
|
||||||
{isTesting ? (
|
{isTesting ? (
|
||||||
<LoadingAnimation text="Testing" />
|
<LoadingAnimation text="Testing" />
|
||||||
) : existingLlmProvider ? (
|
) : existingLlmProvider ? (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user