This commit is contained in:
nevermoregb 2025-04-08 20:25:31 +09:00
parent 94356aba09
commit 632c421ec1

View File

@ -585,6 +585,7 @@
handleCloseModal(); handleCloseModal();
}; };
//
const handleClickVacation = () => { const handleClickVacation = () => {
router.push('/vacation'); router.push('/vacation');
}; };