Set correct project name in import flow

This commit is contained in:
IshaVenikar 2024-10-22 15:03:53 +05:30
parent da6dd3c442
commit bbcbd4b5d3

View File

@ -98,7 +98,7 @@ const Configure = () => {
const { addProject } = await client.addProject(
orgSlug!,
{
name: fullName!,
name: `${owner}-${name}`,
prodBranch: defaultBranch!,
repository: fullName!,
template: 'webapp',