diff --git a/src/Components/Event/useEditForm.ts b/src/Components/Event/useEditForm.ts index 4be2df8..90ce09b 100644 --- a/src/Components/Event/useEditForm.ts +++ b/src/Components/Event/useEditForm.ts @@ -242,6 +242,10 @@ export function useEditForm(event: Models.IEvent) { DB.Events[eventIndex] = updatedEvent; Update(); } + + _setUpdate(""); + _setStatus(undefined); + _setUpdateAt(new Date()); }, { manual: true });