Set correct project name in import flow
This commit is contained in:
parent
da6dd3c442
commit
bbcbd4b5d3
@ -98,7 +98,7 @@ const Configure = () => {
|
||||
const { addProject } = await client.addProject(
|
||||
orgSlug!,
|
||||
{
|
||||
name: fullName!,
|
||||
name: `${owner}-${name}`,
|
||||
prodBranch: defaultBranch!,
|
||||
repository: fullName!,
|
||||
template: 'webapp',
|
||||
|
Loading…
Reference in New Issue
Block a user