Fix: Typings error

This commit is contained in:
Daniel Hougaard
2024-03-19 13:45:57 +01:00
parent 31c0fd96ea
commit 8702af671d

View File

@@ -189,14 +189,12 @@ export const UserInfoSSOStep = ({
const userOrgs = await fetchOrganizations();
const orgId = userOrgs[0]?.id;
const orgSlug = userOrgs[0]?.slug;
await selectOrganization({
organizationId: orgId
});
const project = await ProjectService.initProject({
organizationSlug: orgSlug,
projectName: "Example Project"
});