Prevent duplicate
This commit is contained in:
parent
1081d415fa
commit
9428172482
|
@ -57,7 +57,9 @@
|
||||||
name: "Duplicate",
|
name: "Duplicate",
|
||||||
keyBind: null,
|
keyBind: null,
|
||||||
visible: true,
|
visible: true,
|
||||||
disabled: automation.definition.trigger.name === "Webhook",
|
disabled:
|
||||||
|
automation.definition.trigger.name === "Webhook" ||
|
||||||
|
automation.definition.trigger.name === "Row Action",
|
||||||
callback: duplicateAutomation,
|
callback: duplicateAutomation,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue