Always show warning.
This commit is contained in:
parent
d1a7eb88bd
commit
e3d71f443f
|
@ -441,16 +441,14 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
selectedRow
|
{
|
||||||
? {
|
type: InfoDisplay,
|
||||||
type: InfoDisplay,
|
props: {
|
||||||
props: {
|
warning: true,
|
||||||
warning: true,
|
icon: "AlertCircleFilled",
|
||||||
icon: "AlertCircleFilled",
|
body: `Be careful when testing this automation because your data may be modified or deleted.`,
|
||||||
body: `Be careful when testing this automation because your data may be modified or deleted.`,
|
},
|
||||||
},
|
},
|
||||||
}
|
|
||||||
: {},
|
|
||||||
{
|
{
|
||||||
type: Divider,
|
type: Divider,
|
||||||
props: {
|
props: {
|
||||||
|
|
Loading…
Reference in New Issue