mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-06-15 13:24: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),
|
||||
}
|
||||
);
|
||||
|
||||
console.log(res.text);
|
||||
let data = await res.json();
|
||||
console.log(data);
|
||||
|
||||
// dialogRef.current.showModal();
|
||||
setIsButtonDisabled(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user