Skip to content

Commit

Permalink
Update packages/desktop-client/src/components/reports/SaveReport.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: DJ Mountney <[email protected]>
  • Loading branch information
carkom and twk3 authored Feb 1, 2024
1 parent a83440c commit 2d6d410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function SaveReportMenu({ setMenuOpen }) {
);
}

export function SaveReportMenuButton(savedStatus: string) {
export function SaveReportMenuButton({ savedStatus }: { savedStatus: string }) {
const [menuOpen, setMenuOpen] = useState(false);

return (
Expand Down

0 comments on commit 2d6d410

Please sign in to comment.