Skip to content

Commit

Permalink
Merge pull request #1091 from AI4Bharat/sagarika-develop
Browse files Browse the repository at this point in the history
added stage
  • Loading branch information
aparna-aa authored Jul 31, 2024
2 parents 9aaf52f + 8e3e910 commit df3d7ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/pages/component/Tabs/AdvancedOperation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,8 @@ const AdvancedOperation = (props) => {
onChange={handleReviewToggle}
/>
</Grid> */}
{userRole.Admin === loggedInUserData?.role ?<Grid item xs={12} sm={12} md={12} lg={12} xl={12}
{userRole.Admin === loggedInUserData?.role ||
userRole.OrganizationOwner === loggedInUserData?.role?<Grid item xs={12} sm={12} md={12} lg={12} xl={12}
sx={{ ml: 2 }}
>
<FormControl size="small" className={classes.formControl}>
Expand Down

0 comments on commit df3d7ea

Please sign in to comment.