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( const { addProject } = await client.addProject(
orgSlug!, orgSlug!,
{ {
name: fullName!, name: `${owner}-${name}`,
prodBranch: defaultBranch!, prodBranch: defaultBranch!,
repository: fullName!, repository: fullName!,
template: 'webapp', template: 'webapp',