fix(flow): copy over step name while duplicating flow

This commit is contained in:
Ali BARIN
2025-02-12 08:44:55 +00:00
parent c92463f599
commit ebc6382a86

View File

@@ -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,