Skip to content

Commit

Permalink
keep tags when starting a new time entry from a finished one, fixes S…
Browse files Browse the repository at this point in the history
…T-469
  • Loading branch information
Onatcer committed Oct 22, 2024
1 parent f534f90 commit 5483073
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ function startTimeEntryFromExisting(entry: TimeEntry) {
end: null,
billable: entry.billable,
description: entry.description,
tags: [...entry.tags],
});
}
function sumDuration(timeEntries: TimeEntry[]) {
Expand Down

0 comments on commit 5483073

Please sign in to comment.