Skip to content

Commit

Permalink
Fix something went wrong error when clicking on attributes tab while …
Browse files Browse the repository at this point in the history
…edit organization view is loading
  • Loading branch information
pavinduLakshan committed Jun 6, 2024
1 parent 32f6937 commit f2afcf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const OrganizationAttributes: FunctionComponent<OrganizationAttributesPro
);

return (
<EmphasizedSegment key={ organization.id } >
<EmphasizedSegment key={ organization?.id } >
<Grid>
<Grid.Row columns={ 1 }>
<Grid.Column
Expand Down

0 comments on commit f2afcf1

Please sign in to comment.