mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-07 03:37:12 -06:00
feat(InterviewForm): Fixed data output
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user