Skip to content

Commit

Permalink
fix: error in console
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Jul 10, 2024
1 parent 8433992 commit 215087b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/routes/pdf.$reportId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ const SendForm = ({
if (!form.getValues("recipients")) {
form.setValue("recipients", recipents ?? "");
}
return null;
},
});

Expand Down

0 comments on commit 215087b

Please sign in to comment.