Skip to content

Commit

Permalink
rm select
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacobjeevan committed Jan 15, 2025
1 parent 22687f3 commit 5558a67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useOrganization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export function useOrganization({
},
}),
enabled: enabled && !!name,
select: (res) => ({ results: res.results }),
});

isError && toast.error(t("organizations_fetch_error"));
Expand Down

0 comments on commit 5558a67

Please sign in to comment.