Remove unnecessary prop

This commit is contained in:
Michael Thomas 2022-01-30 15:52:00 -05:00
parent 33a36d8a52
commit 2ebc710272
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import { baseUrl } from '@/globals';
import { ReactComponent as CogIcon } from '@/assets/cogicon.svg'; import { ReactComponent as CogIcon } from '@/assets/cogicon.svg';
type PreviewProps = { type PreviewProps = {
formId: string;
embedCode: string; embedCode: string;
}; };