Skip to content

Commit

Permalink
fix: date picker
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Aug 26, 2024
1 parent c9d866e commit f984dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const Index = () => {
id: `report-${v4()}`,
createdBy: user.id,
createdAt: new Date(),
meetDate: new Date(),
disabled: false,
udap_id: user.udap.id,
redactedBy: user.name,
Expand Down

0 comments on commit f984dae

Please sign in to comment.