1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 04:39:01 +00:00

Fix more info dialog edit button for script (#14180)

This commit is contained in:
Paul Bottein
2022-10-25 12:24:08 +02:00
committed by GitHub
parent a76f456ebc
commit 68302d0896
2 changed files with 6 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ export const EDITABLE_DOMAINS_WITH_ID = ["scene", "automation"];
/**
* Entity Domains that should always be editable; {@see shouldShowEditIcon}.
* */
export const EDITABLE_DOMAINS = ["script"];
export const EDITABLE_DOMAINS_WITH_UNIQUE_ID = ["script"];
/** Domains with separate more info dialog. */
export const DOMAINS_WITH_MORE_INFO = [