Update UserInfoStep.tsx

This commit is contained in:
Daniel Hougaard
2024-03-19 13:39:34 +01:00
parent 2c539697df
commit 31c0fd96ea

View File

@ -196,10 +196,8 @@ export default function UserInfoStep({
const userOrgs = await fetchOrganizations();
const orgSlug = userOrgs[0]?.slug;
const orgId = userOrgs[0]?.id;
const project = await ProjectService.initProject({
organizationSlug: orgSlug,
projectName: "Example Project"
});