diff --git a/src/pages/Proof/Search_GLD/SearchForm.js b/src/pages/Proof/Search_GLD/SearchForm.js index 1af7cae..f27481b 100644 --- a/src/pages/Proof/Search_GLD/SearchForm.js +++ b/src/pages/Proof/Search_GLD/SearchForm.js @@ -347,10 +347,11 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss option.groupType} + size="small" value={orgSelected} getOptionLabel={(option) => option.name? option.name : ""} inputValue={orgSelected ? orgSelected.name : ""} @@ -369,6 +370,14 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss }} /> )} + renderGroup={(params) => ( + + + {params.group} + + {params.children} + + )} /> : <>