Fix options typo for ha-form in gallery (#16305)

This commit is contained in:
Johan Frick 2023-04-25 21:59:58 +02:00 committed by GitHub
parent 3441a86613
commit e0c4b85ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -336,7 +336,7 @@ const SCHEMAS: {
["and", "another_one"],
["option", "1000"],
],
name: "select many otions",
name: "select many options",
default: "default",
},
],
@ -364,7 +364,7 @@ const SCHEMAS: {
and: "another_one",
option: "1000",
},
name: "multi many otions",
name: "multi many options",
default: ["default"],
},
],