diff --git a/src/components/preview-form.tsx b/src/components/preview-form.tsx index c72031b..bbb6f7a 100644 --- a/src/components/preview-form.tsx +++ b/src/components/preview-form.tsx @@ -10,7 +10,6 @@ import { baseUrl } from '@/globals'; import { ReactComponent as CogIcon } from '@/assets/cogicon.svg'; type PreviewProps = { - formId: string; embedCode: string; };