We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734e20f commit 32a9b60Copy full SHA for 32a9b60
src/components/SignupModal.tsx
@@ -77,13 +77,10 @@ const SignupModal = ({ setIsTrayOpen }): React.ReactElement => {
77
await new Promise((resolve) => setTimeout(resolve, 2000 - elapsed));
78
}
79
setOpen(false);
80
- window.location.hash = "";
+ window.location.hash = "#";
81
} finally {
82
- (e.target as HTMLFormElement).reset();
83
- setFeatureValueOptionIDs([]);
84
setIsDisabled(false);
85
setIsLoading(false);
86
- setProgress(0);
87
88
};
89
0 commit comments