We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d1ace commit ff45ea2Copy full SHA for ff45ea2
1 file changed
src/frontend/src/components/NERFormModal.tsx
@@ -28,7 +28,6 @@ const NERFormModal = ({
28
*/
29
const onSubmitWrapper = async (data: any) => {
30
await onFormSubmit(data);
31
- console.log('reset');
32
reset();
33
};
34
0 commit comments