diff --git a/portal/src/graphql/portal/BotProtectionConfigurationScreen.tsx b/portal/src/graphql/portal/BotProtectionConfigurationScreen.tsx index f5dac022d3..d956f63933 100644 --- a/portal/src/graphql/portal/BotProtectionConfigurationScreen.tsx +++ b/portal/src/graphql/portal/BotProtectionConfigurationScreen.tsx @@ -52,6 +52,7 @@ import PrimaryButton from "../../PrimaryButton"; import { startReauthentication } from "./Authenticated"; import { useSessionStorage } from "../../hook/useSessionStorage"; import HorizontalDivider from "../../HorizontalDivider"; +import { useFormLoading } from "../../form"; const MASKED_SECRET = "***************"; @@ -393,6 +394,8 @@ function ProviderCard(props: ProviderCardProps) { }, } = useSystemConfig(); + const formLoading = useFormLoading(); + return (