Skip to content

Commit

Permalink
fix status options
Browse files Browse the repository at this point in the history
  • Loading branch information
luancazarine committed Oct 25, 2024
1 parent 72e7bfa commit 66f962a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/everhour/common/constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const STATUS_OPTIONS = [
value: "open",
},
{
label: "Close",
value: "close",
label: "Closed",
value: "closed",
},
];

0 comments on commit 66f962a

Please sign in to comment.