Pass current code as input for fork mutation (#563)
This commit was merged in pull request #563.
This commit is contained in:
@@ -97,7 +97,7 @@ export const forkProject = async ({ input }) => {
|
||||
data: foreignKeyReplacement({
|
||||
...input,
|
||||
title,
|
||||
code,
|
||||
code: input.code || code,
|
||||
description,
|
||||
cadPackage,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user