|
|
|
@@ -180,10 +180,20 @@ const OrganizationDetailPage = () => { |
|
|
|
<br /> |
|
|
|
</Grid> |
|
|
|
{isGLDLoggedIn()? |
|
|
|
<Grid item xs={12} md={12} lg={12} display={isEditMode?"none":""}> |
|
|
|
<Box xs={12} ml={0} mt={-1} mr={0} sx={{ pl:4, pr:4, pb:2 }}> |
|
|
|
<Grid container sx={{ p: 3, backgroundColor: "#FFF", borderRadius: '10px' }}> |
|
|
|
<Grid item xs={12} sx={{ p:1 }}> |
|
|
|
<Grid |
|
|
|
item |
|
|
|
xs={12} |
|
|
|
md={12} |
|
|
|
lg={12} |
|
|
|
sx={{ |
|
|
|
...(isEditMode ? { display: 'none' } : {}), |
|
|
|
width: '100%', |
|
|
|
minWidth: 0, |
|
|
|
}} |
|
|
|
> |
|
|
|
<Box ml={0} mt={-1} mr={0} sx={{ pl:4, pr:4, pb:2, width: '100%', minWidth: 0 }}> |
|
|
|
<Grid container sx={{ p: 3, backgroundColor: "#FFF", borderRadius: '10px', width: '100%', minWidth: 0 }}> |
|
|
|
<Grid item xs={12} sx={{ p: 1, width: '100%', minWidth: 0 }}> |
|
|
|
<Table |
|
|
|
sx={{ p: 1 }} |
|
|
|
recordList={list} |
|
|
|
|