mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-18 07:20:24 +00:00
Handle choose being null (#8859)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
@@ -112,7 +112,7 @@ export interface ChooseActionChoice {
|
||||
|
||||
export interface ChooseAction {
|
||||
alias?: string;
|
||||
choose: ChooseActionChoice[];
|
||||
choose: ChooseActionChoice[] | null;
|
||||
default?: Action | Action[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user