Skip to content

Commit

Permalink
Merge pull request #945 from NethmiRanasinghe/main
Browse files Browse the repository at this point in the history
Hide Share with Organization button for non-org scenarios
  • Loading branch information
chamilaadhi authored Feb 27, 2025
2 parents 27766cb + 2791a27 commit fee1c85
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 fee1c85

Please sign in to comment.