chore: reset form on submission (#12465)
This commit is contained in:
@@ -125,6 +125,7 @@ export default function CreateEventTypeDialog({
|
||||
}),
|
||||
"success"
|
||||
);
|
||||
form.reset();
|
||||
},
|
||||
onError: (err) => {
|
||||
if (err instanceof HttpError) {
|
||||
|
||||
Reference in New Issue
Block a user