Skip to content

Commit

Permalink
Reset is_live_clocking when saving
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien LeBlanc committed Aug 9, 2024
1 parent 5148736 commit 5d76255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TimeEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ async function stop() {

async function add() {
model.value.is_creating = false;
model.value.is_live_clocking = false;
await commitEntry(model.value);
emit('add');
}
Expand Down

0 comments on commit 5d76255

Please sign in to comment.