feat: rename , executionMethod/type to trigger, crontab to triggerCron
This commit is contained in:
@@ -32,7 +32,7 @@ const AddNode = ({ node, disabled }: AddNodeProps) => {
|
||||
].map(([type, label, icon]) => {
|
||||
return {
|
||||
key: type as string,
|
||||
disabled: true,
|
||||
disabled: disabled,
|
||||
label: t(label as string),
|
||||
icon: icon,
|
||||
onClick: () => {
|
||||
|
||||
Reference in New Issue
Block a user