Remove organization switcher from side bar #9

Merged
nabarun merged 6 commits from remove-org into main 2024-10-22 10:16:37 +00:00
Showing only changes of commit bbcbd4b5d3 - Show all commits

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',