Skip to content

Commit

Permalink
save updates fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Jan 22, 2024
1 parent 1999b65 commit 6c395cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/desktop-client/src/components/reports/SaveReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ export function SaveReport({
}

if (menuItem === 'update-report') {
savedReport = {
...savedReport,
name: report.name,
};
//send update and rename to DB
/*
res = await sendCatch('report/update', {
Expand Down

0 comments on commit 6c395cb

Please sign in to comment.