TP-24538 | Filter Issue Fixed

This commit is contained in:
yashmantri
2023-05-12 13:49:22 +05:30
parent 12e1291945
commit cf58839b7e

View File

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