diff --git a/frontend/src/pages/holidays/Holidays.jsx b/frontend/src/pages/holidays/Holidays.jsx index e2cd085..622336b 100644 --- a/frontend/src/pages/holidays/Holidays.jsx +++ b/frontend/src/pages/holidays/Holidays.jsx @@ -426,7 +426,7 @@ function LeavesTab() { {(showCreate || editing) && ( { setShowCreate(false); setEditing(null) }} onSaved={() => { setShowCreate(false); setEditing(null); load() }} />