Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Sep 7, 2024
1 parent d56c9c6 commit 1339a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard/src/components/layout/date-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const { Provider } = store;

const ranges = [
{
label: "Last hours",
label: "Last hour",
startDate: subHours(new Date(), 1),
endDate: new Date(),
},
Expand Down

0 comments on commit 1339a5e

Please sign in to comment.