Skip to content

Commit 66f962a

Browse files
committed
fix status options
1 parent 72e7bfa commit 66f962a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/everhour/common/constants.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const STATUS_OPTIONS = [
66
value: "open",
77
},
88
{
9-
label: "Close",
10-
value: "close",
9+
label: "Closed",
10+
value: "closed",
1111
},
1212
];

0 commit comments

Comments
 (0)