fix(flow): copy over step name while duplicating flow
This commit is contained in:
@@ -312,6 +312,7 @@ class Flow extends Base {
|
||||
.$relatedQuery('steps')
|
||||
.insert({
|
||||
key: step.key,
|
||||
name: step.name,
|
||||
appKey: step.appKey,
|
||||
type: step.type,
|
||||
connectionId: step.connectionId,
|
||||
|
||||
Reference in New Issue
Block a user