Fix notification user filtering
continuous-integration/drone/push Build is passing

This commit is contained in:
AmirReza Jamali
2026-06-27 18:28:49 +03:30
parent 561931876f
commit 5b5150e7da
5 changed files with 242 additions and 52 deletions
@@ -83,7 +83,7 @@ const useNotificationHistoryTablePresenter = () => {
};
const clearAllFilters = useCallback(() => {
filterFormReset({ seen: undefined, search: "" });
filterFormReset({ seen: undefined, search: "", user_id: undefined });
router.push(pathName);
}, [pathName, router, filterFormReset]);