Contact: reset topic/urgency on success
cgen-1b44e77e6269426694c0a76045100437
This commit is contained in:
parent
2505fd6fe0
commit
7439a2c219
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ export default function Contact() {
|
||||||
});
|
});
|
||||||
setName("");
|
setName("");
|
||||||
setEmail("");
|
setEmail("");
|
||||||
|
setTopic("general");
|
||||||
|
setUrgency("normal");
|
||||||
setMessage("");
|
setMessage("");
|
||||||
} catch (err: any) {
|
} catch (err: any) {
|
||||||
aethexToast.error({
|
aethexToast.error({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue