diff --git a/src/pages/PublicNotice/Search_GLD/SearchForm.js b/src/pages/PublicNotice/Search_GLD/SearchForm.js index 5ff854b..d0fb062 100644 --- a/src/pages/PublicNotice/Search_GLD/SearchForm.js +++ b/src/pages/PublicNotice/Search_GLD/SearchForm.js @@ -296,6 +296,7 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss disablePortal id="orgId" options={orgCombo} + groupBy={(option) => option.groupType} size="small" value={orgSelected} getOptionLabel={(option) => option.name? option.name : ""} @@ -315,6 +316,14 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss }} /> )} + renderGroup={(params) => ( + + + {params.group} + + {params.children} + + )} /> : <>