fix(querykey) - patient records key fixed
This commit is contained in:
@@ -194,15 +194,7 @@ export default function InsuranceEligibilityPage() {
|
|||||||
|
|
||||||
await handleSelenium();
|
await handleSelenium();
|
||||||
|
|
||||||
await queryClient.invalidateQueries({
|
await queryClient.invalidateQueries({ queryKey: QK_PATIENTS_BASE });
|
||||||
queryKey: [
|
|
||||||
"patients",
|
|
||||||
{
|
|
||||||
page: currentTablePage ?? 1,
|
|
||||||
search: currentTableSearchTerm ?? "recent",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
});
|
|
||||||
} finally {
|
} finally {
|
||||||
setIsCheckingEligibility(false);
|
setIsCheckingEligibility(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user