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