Skip to content

Commit

Permalink
Fix entity row editor (#22078)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Sep 25, 2024
1 parent dc940f2 commit 7462f8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { getRowElementClass } from "../../create-element/create-row-element";
import { LovelaceRowConfig } from "../../entity-rows/types";
import type { LovelaceRowEditor } from "../../types";
import { HuiTypedElementEditor } from "../hui-typed-element-editor";
import "../config-elements/hui-generic-entity-row-editor";

const GENERIC_ROW_TYPE = "generic-row";

Expand Down

0 comments on commit 7462f8f

Please sign in to comment.