diff --git a/src/components/timer.vue b/src/components/timer.vue index b98a750..a1f563e 100644 --- a/src/components/timer.vue +++ b/src/components/timer.vue @@ -32,7 +32,10 @@ import.meta.env.VITE_PRACTICE_TRACKER_API_URL+'sessions', reqBody ).then(()=>{ - event.target.reset(); + this.description = null; + this.totalSeconds = 0; + this.savedPreviousSeconds = 0; + this.comments = null; }); },