mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Rename status code string for To-do List NEEDS-ACTION status (#18373)
This commit is contained in:
parent
eb4afedf2e
commit
c9f5d16745
@ -9,7 +9,7 @@ export interface TodoList {
|
||||
}
|
||||
|
||||
export const enum TodoItemStatus {
|
||||
NeedsAction = "needs-action",
|
||||
NeedsAction = "needs_action",
|
||||
Completed = "completed",
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user