From b436ffa1d01d3daa0bab02850411990c348eda6f Mon Sep 17 00:00:00 2001 From: Alex Cheung Date: Thu, 9 Jan 2025 13:48:02 +0800 Subject: [PATCH] update application reset btn --- src/pages/PublicNotice/Search_GLD/SearchForm.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/PublicNotice/Search_GLD/SearchForm.js b/src/pages/PublicNotice/Search_GLD/SearchForm.js index 45fb680..3585d44 100644 --- a/src/pages/PublicNotice/Search_GLD/SearchForm.js +++ b/src/pages/PublicNotice/Search_GLD/SearchForm.js @@ -98,6 +98,7 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss // setStatus({ key: 0, label: 'All', type: 'all' }); setOrgSelected({}); setIssueSelected({}); + setGroupSelected({}); setSelectedStatus({key: 0, label: 'All', type: 'all'}); setMinDate(DateUtils.dateValue(new Date().setDate(new Date().getDate()-14))) setMaxDate(DateUtils.dateValue(new Date()))