Skip to content

Commit 82857b3

Browse files
committed
minor change
1 parent b7ee729 commit 82857b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/hooks/queries/workflows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ export function useDuplicateWorkflowMutation() {
405405
workspaceId: data.workspaceId,
406406
folderId: data.folderId,
407407
sortOrder: data.sortOrder,
408-
locked: false,
408+
locked: data.locked,
409409
}
410410
: w
411411
)

0 commit comments

Comments
 (0)