diff --git a/frontend/src/components/v2/Alert/Alert.tsx b/frontend/src/components/v2/Alert/Alert.tsx index c43857da10..3d2dd63939 100644 --- a/frontend/src/components/v2/Alert/Alert.tsx +++ b/frontend/src/components/v2/Alert/Alert.tsx @@ -81,7 +81,7 @@ const AlertDescription = forwardRef< HTMLParagraphElement, React.HTMLAttributes >(({ className, ...props }, ref) => ( -
+
)); AlertDescription.displayName = "AlertDescription"; diff --git a/frontend/src/pages/integrations/flyio/create.tsx b/frontend/src/pages/integrations/flyio/create.tsx index baa92524a1..eb9766b103 100644 --- a/frontend/src/pages/integrations/flyio/create.tsx +++ b/frontend/src/pages/integrations/flyio/create.tsx @@ -15,6 +15,8 @@ import queryString from "query-string"; import { useCreateIntegration } from "@app/hooks/api"; import { + Alert, + AlertDescription, Button, Card, CardTitle, @@ -40,7 +42,7 @@ export default function FlyioCreateIntegrationPage() { const { data: integrationAuth, isLoading: isIntegrationAuthLoading } = useGetIntegrationAuthById( (integrationAuthId as string) ?? "" ); - const { data: integrationAuthApps, isLoading: isIntegrationAuthAppsLoading } = + const { data: integrationAuthApps = [], isLoading: isIntegrationAuthAppsLoading } = useGetIntegrationAuthApps({ integrationAuthId: (integrationAuthId as string) ?? "" }); @@ -130,6 +132,13 @@ export default function FlyioCreateIntegrationPage() {
+
+ + + All current secrets linked to the related Fly.io project will be deleted before Infisical secrets are pushed to your Fly.io project. + + +