Remove organization switcher from side bar #9
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user