feat(InterviewForm): Fixed data output

This commit is contained in:
HamodiGit 2025-01-25 16:00:01 -07:00
parent bae0b80fc7
commit 6cbd1cc4f5

View File

@ -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);