Browse Source

update

CR013B2
Jason Chuang 4 days ago
parent
commit
d54e3aceb5
6 changed files with 3 additions and 14 deletions
  1. +0
    -5
      src/pages/DemandNote/Search/SearchForm.js
  2. +0
    -5
      src/pages/Organization/SearchPage/OrganizationSearchForm.js
  3. +0
    -2
      src/pages/Proof/Create_FromApp/ProofForm.js
  4. +1
    -1
      src/pages/PublicNotice/Search_GLD/SearchForm.js
  5. +1
    -1
      src/pages/PublicNotice/Search_Mark_As_Paid_GLD/SearchForm.js
  6. +1
    -0
      src/pages/authentication/AuthWrapper.js

+ 0
- 5
src/pages/DemandNote/Search/SearchForm.js View File

@@ -436,11 +436,6 @@ const SearchDemandNoteForm = ({ applySearch, orgComboData, searchCriteria, issue
'& .MuiOutlinedInput-root': { height: 40 } '& .MuiOutlinedInput-root': { height: 40 }
}} }}
getOptionLabel={(option) => option.label} getOptionLabel={(option) => option.label}
sx={{
'& .MuiInputBase-root': { alignItems: 'center' },
'& .MuiAutocomplete-endAdornment': { top: '50%', transform: 'translateY(-50%)' },
'& .MuiOutlinedInput-root': { height: 40 }
}}
renderInput={(params) => ( renderInput={(params) => (
<TextField <TextField
{...params} {...params}


+ 0
- 5
src/pages/Organization/SearchPage/OrganizationSearchForm.js View File

@@ -155,11 +155,6 @@ const OrganizationSearchForm = ({ applySearch, onGridReady, searchCriteria }) =>
'& .MuiOutlinedInput-root': { height: 40 } '& .MuiOutlinedInput-root': { height: 40 }
}} }}
getOptionLabel={(option) => option.label} getOptionLabel={(option) => option.label}
sx={{
'& .MuiInputBase-root': { alignItems: 'center' },
'& .MuiAutocomplete-endAdornment': { top: '50%', transform: 'translateY(-50%)' },
'& .MuiOutlinedInput-root': { height: 40 }
}}
renderInput={(params) => ( renderInput={(params) => (
<TextField <TextField
{...params} {...params}


+ 0
- 2
src/pages/Proof/Create_FromApp/ProofForm.js View File

@@ -202,8 +202,6 @@ const FormPanel = ({ formData }) => {
} }
} }


const maxUploadsForType = (groupType) => (groupType === "Private Bill" ? 2 : 1);

return ( return (
<MainCard xs={12} md={12} lg={12} <MainCard xs={12} md={12} lg={12}
border={false} border={false}


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

@@ -327,7 +327,7 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss
}} }}
/> />
)} )}
/>
/> */}
</Grid> </Grid>


{ {


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

@@ -314,7 +314,7 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss
}} }}
/> />
)} )}
/>
/>*/}
</Grid> </Grid>


{ {


+ 1
- 0
src/pages/authentication/AuthWrapper.js View File

@@ -149,6 +149,7 @@ const AuthWrapper = ({ children }) => {
<AuthCard>{children}</AuthCard> <AuthCard>{children}</AuthCard>
</Grid> </Grid>
</Grid> </Grid>
</Grid>
</Grid> </Grid>
</div> </div>
</Box> </Box>


Loading…
Cancel
Save