Resolve payment refetch.

This commit is contained in:
Patrick Fic
2024-04-05 12:52:26 -07:00
parent d7caaecaf7
commit 1469960643
2 changed files with 9 additions and 9 deletions

View File

@@ -171,7 +171,7 @@ export function PaymentsListPaginated({
}
: refetch
},
context: apolloResults ? apolloResults : record
context: { ...(apolloResults ? apolloResults : record), refetchRequiresContext: true }
});
}}
>