Always show warning.
This commit is contained in:
parent
d1a7eb88bd
commit
e3d71f443f
|
@ -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: Divider,
|
||||
props: {
|
||||
|
|
Loading…
Reference in New Issue