feat: introduce action event step in flow step
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
2416ce13a7
commit
e7c537f217
@@ -53,6 +53,7 @@ export default function Editor(props: EditorProps): React.ReactElement {
|
||||
const mutationInput: Record<string, unknown> = {
|
||||
id: step.id,
|
||||
key: step.key,
|
||||
parameters: JSON.stringify(step.parameters, null, 2),
|
||||
connection: {
|
||||
id: step.connection?.id
|
||||
},
|
||||
|
Reference in New Issue
Block a user