fixed select value
This commit is contained in:
@@ -5,7 +5,7 @@ const contactInfo = ref({
|
||||
name: "",
|
||||
email: "",
|
||||
phone: "",
|
||||
requestType: "",
|
||||
requestType: undefined,
|
||||
message: "",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user