Skip to content

Commit

Permalink
Update alert message in OrganizationList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliav committed Mar 27, 2024
1 parent e3c1261 commit 65e3e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const OrganizationList: React.FC<{
<Box mb={3}>
<Paper elevation={0}>
{organizations?.length === 0 ? (
<Alert severity="warning">No organizations found.</Alert>
<Alert severity="warning">Unable to load organizations.</Alert>
) : (
<DataGrid
rows={organizations}
Expand Down

0 comments on commit 65e3e86

Please sign in to comment.