mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-15 22:10:20 +00:00
Handle when choose is not an array (#9028)
This commit is contained in:
@@ -112,7 +112,7 @@ export interface ChooseActionChoice {
|
||||
|
||||
export interface ChooseAction {
|
||||
alias?: string;
|
||||
choose: ChooseActionChoice[] | null;
|
||||
choose: ChooseActionChoice | ChooseActionChoice[] | null;
|
||||
default?: Action | Action[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user