mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 16:26:43 +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 (
|
||||
!selectorImported &&
|
||||
changedProperties.has("schema") &&
|
||||
this.schema &&
|
||||
this.schema.some((item) => "selector" in item)
|
||||
this.schema?.some((item) => "selector" in item)
|
||||
) {
|
||||
selectorImported = true;
|
||||
import("../ha-selector/ha-selector");
|
||||
|
Loading…
x
Reference in New Issue
Block a user