|
|
@@ -468,17 +468,17 @@ const UserInformationCard_Organization = ({ userData, loadDataFun, orgData }) => |
|
|
|
<Grid container alignItems={"center"}> |
|
|
|
{currentUserData.orgId == null ? |
|
|
|
isGrantedAny("MAINTAIN_ORG")? |
|
|
|
<Grid item lg={2} > |
|
|
|
<ThemeProvider theme={PNSPS_BUTTON_THEME}> |
|
|
|
<Button variant="contained" |
|
|
|
onClick={createOrgClick} |
|
|
|
> |
|
|
|
Create Organisation |
|
|
|
</Button> |
|
|
|
</ThemeProvider> |
|
|
|
</Grid> |
|
|
|
: null |
|
|
|
<Grid item lg={2} > |
|
|
|
<ThemeProvider theme={PNSPS_BUTTON_THEME}> |
|
|
|
<Button variant="contained" |
|
|
|
onClick={createOrgClick} |
|
|
|
> |
|
|
|
Create Organisation |
|
|
|
</Button> |
|
|
|
</ThemeProvider> |
|
|
|
</Grid> |
|
|
|
: null |
|
|
|
: null |
|
|
|
} |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|