Skip to content

Commit 66fec80

Browse files
committed
remove unused code
1 parent b637c0e commit 66fec80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/form/DealRegistrationForm/DealRegistrationForm.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ type DealRegistrationFormValues = {
1919
billed_to: string;
2020
business_type: string;
2121
tell_us_more: string;
22-
source: string;
2322
};
2423

2524
interface DealRegistrationFormProps {
@@ -43,7 +42,6 @@ const DealRegistrationForm = ({ submit_text = "Submit" }: DealRegistrationFormPr
4342
billed_to: "",
4443
business_type: "",
4544
tell_us_more: "",
46-
source: "",
4745
});
4846

4947
const handleAlert = () => {

0 commit comments

Comments
 (0)