chore: reset form on submission (#12465)

This commit is contained in:
Udit Takkar 2023-11-22 16:12:19 +05:30 committed by zomars
parent 259166aa5f
commit 0f165cae16

View File

@ -125,6 +125,7 @@ export default function CreateEventTypeDialog({
}),
"success"
);
form.reset();
},
onError: (err) => {
if (err instanceof HttpError) {