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:
Frank Noirot
2025-01-17 18:10:28 -05:00
committed by GitHub
parent ac3f7ab712
commit df81b76b8b
3 changed files with 21 additions and 2 deletions

View File

@ -201,7 +201,7 @@ const ProjectsContextDesktop = ({
return {
message: `Successfully created "${uniqueName}"`,
name,
name: uniqueName,
}
}),
renameProject: fromPromise(async ({ input }) => {