Skip to content

Commit

Permalink
fix: show updated transaction valid starts
Browse files Browse the repository at this point in the history
Signed-off-by: Svetoslav Borislavov <[email protected]>
  • Loading branch information
SvetBorislavov committed Jan 22, 2025
1 parent f9b7866 commit 2508776
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ async function handleOnFileChanged(e: Event) {
function updateGroupValidStart(newDate: Date) {
transactionGroup.groupValidStart = newDate;
transactionGroup.updateTransactionValidStarts(transactionGroup.groupValidStart);
}
/* Functions */
Expand Down

0 comments on commit 2508776

Please sign in to comment.