JumboCode / casa-myrna

JumboCode 2023-2024 project for Casa Myrna, led by Elizabeth Foster
https://casa-myrna-pumv.vercel.app
4 stars 0 forks source link

Fullstack 129 refresh page edit employee profile #139

Closed jiyoonchoi closed 6 months ago

jiyoonchoi commented 6 months ago

The only code addition for the purpose of the ticket was on line 256 of EditEmployeeModal.tx: window.location.reload(false);

I updated my Next.js which caused “module not found” errors for the image imports in HamburgerBarMobile and HamburgerBarDesktop. The errors were fixed when changing “app” to “..”, so that is why they're included in the PR.