Revert conditional rendering of condition (#19257)

* Fix conditionally showing `triggered by`

* revert conditional rendering

* Update add-automation-element-dialog.ts

* Update add-automation-element-dialog.ts
This commit is contained in:
Bram Kragten
2024-01-03 12:20:11 +01:00
committed by GitHub
parent c7a98fa5a1
commit 29fefa1d60
4 changed files with 20 additions and 26 deletions

View File

@@ -6,7 +6,6 @@ export interface AddAutomationElementDialogParams {
type: "trigger" | "condition" | "action";
add: (key: string) => void;
clipboardItem: string | undefined;
root?: boolean;
group?: string;
}
const loadDialog = () => import("./add-automation-element-dialog");