We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b637c0e commit 66fec80Copy full SHA for 66fec80
src/components/form/DealRegistrationForm/DealRegistrationForm.tsx
@@ -19,7 +19,6 @@ type DealRegistrationFormValues = {
19
billed_to: string;
20
business_type: string;
21
tell_us_more: string;
22
- source: string;
23
};
24
25
interface DealRegistrationFormProps {
@@ -43,7 +42,6 @@ const DealRegistrationForm = ({ submit_text = "Submit" }: DealRegistrationFormPr
43
42
billed_to: "",
44
business_type: "",
45
tell_us_more: "",
46
- source: "",
47
});
48
49
const handleAlert = () => {
0 commit comments