Skip to content

Commit

Permalink
Fixed create org bug
Browse files Browse the repository at this point in the history
  • Loading branch information
IRIA7 committed Oct 14, 2024
1 parent 465984b commit 241abdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/app/(home)/organization/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ export default function OrganizationPage() {
} catch (err) {
setError('Failed to create organization');
}
throw new Error('Failed to create organization');
};

const myOrganizations = organizations.filter(org => org.isMember);
Expand Down

0 comments on commit 241abdf

Please sign in to comment.