Bug fix follow-up for create project (#5105)
* fix dumb mistake in command flow for #5083 * Add e2e test for creating projects with the default interpolated name * Drop that number to 12 ain't got all day * Why do I have a kcl-samples submodule hanging around? * Empty commit to remove the submodule
This commit is contained in:
@ -201,7 +201,7 @@ const ProjectsContextDesktop = ({
|
||||
|
||||
return {
|
||||
message: `Successfully created "${uniqueName}"`,
|
||||
name,
|
||||
name: uniqueName,
|
||||
}
|
||||
}),
|
||||
renameProject: fromPromise(async ({ input }) => {
|
||||
|
Reference in New Issue
Block a user