From e0c4b85ef1778b44a59cca60584521f6e5d536ea Mon Sep 17 00:00:00 2001 From: Johan Frick Date: Tue, 25 Apr 2023 21:59:58 +0200 Subject: [PATCH] Fix options typo for ha-form in gallery (#16305) --- gallery/src/pages/components/ha-form.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery/src/pages/components/ha-form.ts b/gallery/src/pages/components/ha-form.ts index 0bc1ff458d..05591dcee3 100644 --- a/gallery/src/pages/components/ha-form.ts +++ b/gallery/src/pages/components/ha-form.ts @@ -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"], }, ],