Sandboxed Compiles: pass imageName in Copy project

This commit is contained in:
yu-i-i
2026-02-03 20:00:20 +01:00
parent 98bca90a22
commit f65ec51c5a

View File

@@ -117,6 +117,7 @@ async function duplicate(
) )
attributes.overleaf = { history: { id: newHistoryId } } attributes.overleaf = { history: { id: newHistoryId } }
} }
attributes.imageName = originalProject.imageName
// Now create the new project, cleaning it up on failure if necessary // Now create the new project, cleaning it up on failure if necessary
const newProject = await ProjectCreationHandler.promises.createBlankProject( const newProject = await ProjectCreationHandler.promises.createBlankProject(