Skip to content

Commit

Permalink
Hide share with orgs for non-org users
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRanasinghe committed Feb 27, 2025
1 parent 27766cb commit 2791a27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const ApplicationCreate = (props) => {

/>
{
isOrgAccessControlEnabled && (
isOrgAccessControlEnabled && sessionStorage.getItem('userOrganization') && (
<Box display='flex' flexDirection='row' sx={{ pt: 1 }}>
<Typography sx={{ fontSize: 14 }}>
<FormattedMessage
Expand Down

0 comments on commit 2791a27

Please sign in to comment.