Always show warning.

This commit is contained in:
Sam Rose 2025-01-28 14:38:29 +00:00
parent d1a7eb88bd
commit e3d71f443f
No known key found for this signature in database
1 changed files with 8 additions and 10 deletions

View File

@ -441,16 +441,14 @@
},
},
},
selectedRow
? {
type: InfoDisplay,
props: {
warning: true,
icon: "AlertCircleFilled",
body: `Be careful when testing this automation because your data may be modified or deleted.`,
},
}
: {},
{
type: InfoDisplay,
props: {
warning: true,
icon: "AlertCircleFilled",
body: `Be careful when testing this automation because your data may be modified or deleted.`,
},
},
{
type: Divider,
props: {