mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-06-16 05:44:17 -06:00
feat(InterviewForm): Fixed data output
This commit is contained in:
parent
bae0b80fc7
commit
6cbd1cc4f5
@ -46,8 +46,8 @@ const InterviewForm = () => {
|
|||||||
body: JSON.stringify(formObject),
|
body: JSON.stringify(formObject),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
let data = await res.json();
|
||||||
console.log(res.text);
|
console.log(data);
|
||||||
|
|
||||||
// dialogRef.current.showModal();
|
// dialogRef.current.showModal();
|
||||||
setIsButtonDisabled(false);
|
setIsButtonDisabled(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user