mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 07:46:37 +00:00
Merged too fast for Bram :) Code improv (#11632)
This commit is contained in:
parent
a0aed9112c
commit
d38a8a317e
@ -52,8 +52,7 @@ export class HaForm extends LitElement implements HaFormElement {
|
|||||||
if (
|
if (
|
||||||
!selectorImported &&
|
!selectorImported &&
|
||||||
changedProperties.has("schema") &&
|
changedProperties.has("schema") &&
|
||||||
this.schema &&
|
this.schema?.some((item) => "selector" in item)
|
||||||
this.schema.some((item) => "selector" in item)
|
|
||||||
) {
|
) {
|
||||||
selectorImported = true;
|
selectorImported = true;
|
||||||
import("../ha-selector/ha-selector");
|
import("../ha-selector/ha-selector");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user