@ -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;
});
},