Skip to content

Commit

Permalink
Fix options typo for ha-form in gallery (home-assistant#16305)
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil authored Apr 25, 2023
1 parent 3441a86 commit e0c4b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gallery/src/pages/components/ha-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ const SCHEMAS: {
["and", "another_one"],
["option", "1000"],
],
name: "select many otions",
name: "select many options",
default: "default",
},
],
Expand Down Expand Up @@ -364,7 +364,7 @@ const SCHEMAS: {
and: "another_one",
option: "1000",
},
name: "multi many otions",
name: "multi many options",
default: ["default"],
},
],
Expand Down

0 comments on commit e0c4b85

Please sign in to comment.