We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e7bfa commit 66f962aCopy full SHA for 66f962a
components/everhour/common/constants.mjs
@@ -6,7 +6,7 @@ export const STATUS_OPTIONS = [
6
value: "open",
7
},
8
{
9
- label: "Close",
10
- value: "close",
+ label: "Closed",
+ value: "closed",
11
12
];
0 commit comments