From caff4168263cd08544a6a0868c20a78fcf389759 Mon Sep 17 00:00:00 2001 From: Leon Serfaty G Date: Fri, 18 Jul 2025 08:18:44 +0000 Subject: [PATCH] Console Error A param property was accessed directly with `params.id`. --- src/app/admin/flows/[id]/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/admin/flows/[id]/page.tsx b/src/app/admin/flows/[id]/page.tsx index 3d7fae2..ce534a2 100644 --- a/src/app/admin/flows/[id]/page.tsx +++ b/src/app/admin/flows/[id]/page.tsx @@ -10,7 +10,6 @@ import { Label } from '@/components/ui/label'; import { Textarea } from '@/components/ui/textarea'; import { Button } from '@/components/ui/button'; import { useToast } from '@/hooks/use-toast'; -import { Alert, AlertDescription } from '@/components/ui/alert'; function SubmitButton() { // useFormStatus is not used here because we are not in a form, but we can simulate the pending state