Bladeren bron

update

CR013B2
Jason Chuang 4 dagen geleden
bovenliggende
commit
d54e3aceb5
6 gewijzigde bestanden met toevoegingen van 3 en 14 verwijderingen
  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 Bestand weergeven

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


+ 0
- 5
src/pages/Organization/SearchPage/OrganizationSearchForm.js Bestand weergeven

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


+ 0
- 2
src/pages/Proof/Create_FromApp/ProofForm.js Bestand weergeven

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

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

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


+ 1
- 1
src/pages/PublicNotice/Search_GLD/SearchForm.js Bestand weergeven

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

{


+ 1
- 1
src/pages/PublicNotice/Search_Mark_As_Paid_GLD/SearchForm.js Bestand weergeven

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

{


+ 1
- 0
src/pages/authentication/AuthWrapper.js Bestand weergeven

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


Laden…
Annuleren
Opslaan