Merged in feature/IO-2261-opensearch-replacements (pull request #766)

IO-2261 Missing loader handler for owner_owing, correct payment

Approved-by: Patrick Fic
This commit is contained in:
Allan Carr
2023-05-05 22:02:03 +00:00
committed by Patrick Fic
3 changed files with 3 additions and 1 deletions

View File

@@ -170,7 +170,7 @@ export function PaymentsListPaginated({
}
setPaymentContext({
actions: { refetch: refetch },
context: apolloResults ? record : apolloResults,
context: apolloResults ? apolloResults : record,
});
}}
>