Merge pull request #17 from navi-sa/filter-issue

TP-24538 | Filter Issue Fixed
This commit is contained in:
chandresh pancholi
2023-05-12 13:54:05 +05:30
committed by GitHub Enterprise

View File

@@ -137,7 +137,6 @@ const SearchResultsTable: FC<SearchResultTableProps> = ({
const handleCloseDrawer = () => {
incidentData.current = {};
fetchIncidentData({});
setDrawerState(false);
};