diff --git a/src/pages/DemandNote/Search/SearchForm.js b/src/pages/DemandNote/Search/SearchForm.js index 8758ee7..debc2dd 100644 --- a/src/pages/DemandNote/Search/SearchForm.js +++ b/src/pages/DemandNote/Search/SearchForm.js @@ -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) => ( '& .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) => ( { } } - const maxUploadsForType = (groupType) => (groupType === "Private Bill" ? 2 : 1); - return ( )} - /> + /> */} { diff --git a/src/pages/PublicNotice/Search_Mark_As_Paid_GLD/SearchForm.js b/src/pages/PublicNotice/Search_Mark_As_Paid_GLD/SearchForm.js index ee2e990..cb5349b 100644 --- a/src/pages/PublicNotice/Search_Mark_As_Paid_GLD/SearchForm.js +++ b/src/pages/PublicNotice/Search_Mark_As_Paid_GLD/SearchForm.js @@ -314,7 +314,7 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss }} /> )} - /> + />*/} { diff --git a/src/pages/authentication/AuthWrapper.js b/src/pages/authentication/AuthWrapper.js index 1fcf520..3f6c31c 100644 --- a/src/pages/authentication/AuthWrapper.js +++ b/src/pages/authentication/AuthWrapper.js @@ -149,6 +149,7 @@ const AuthWrapper = ({ children }) => { {children} +