Skip to content

Commit

Permalink
add form clear back
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 committed Jul 27, 2023
1 parent 82f93fa commit 9b17be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Form.HighschoolApplication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const HighSchoolApplication = ({ onSubmitComplete }: HighSchoolApplicationProps)
tabName: sheetsTabName,
date: Date.now(),
});
// form.clear();
form.clear();
form.notifySuccess();
onSubmitComplete?.();
} catch {
Expand Down

0 comments on commit 9b17be0

Please sign in to comment.