Browse Source

fix error

master
Alex Cheung 1 year ago
parent
commit
342bff0d2e
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      src/pages/PublicNotice/Search_GLD/SearchForm.js
  2. +1
    -1
      src/pages/User/GLDUserProfile/index.js

+ 0
- 1
src/pages/PublicNotice/Search_GLD/SearchForm.js View File

@@ -264,7 +264,6 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss
disablePortal
size="small"
id="issueId"
size="small"
options={issueCombo}
value={issueSelected}
inputValue={(issueSelected?.id) ? getIssueLabel(issueSelected) : ""}


+ 1
- 1
src/pages/User/GLDUserProfile/index.js View File

@@ -136,7 +136,7 @@ const UserMaintainPage = () => {
<Grid item xs={12}>
<Grid container>
<Grid item xs={12} md={12} lg={12}>
<Box xs={12} ml={4} mt={3} sx={{ p: 1, borderRadius: '10px', backgroundColor: '#fff' }}>
<Box xs={12} ml={4} mt={3} mr={4} mb={4} sx={{ p: 1, borderRadius: '10px', backgroundColor: '#fff' }}>
<UserInformationCard
userData={userData}
/>


Loading…
Cancel
Save