Skip to content

Commit

Permalink
Disable live_clocking when saving manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien LeBlanc committed Aug 13, 2024
1 parent 5d76255 commit 22208d8
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 @@ -403,6 +403,7 @@ async function add() {
async function edit() {
model.value.is_creating = false;
model.value.is_editing = false;
model.value.is_live_clocking = false;
await updateEntry(model.value);
}

Expand Down

0 comments on commit 22208d8

Please sign in to comment.