Revert "IO-1567 Resolve refretch on export."
This reverts commit cd191dae70.
This commit is contained in:
@@ -27,9 +27,7 @@ export function PaymentsExportAllButton({
|
||||
completedCallback,
|
||||
}) {
|
||||
const { t } = useTranslation();
|
||||
const [updatePayments] = useMutation(UPDATE_PAYMENTS, {
|
||||
refetchQueries: ["QUERY_PAYMENTS_FOR_EXPORT "],
|
||||
});
|
||||
const [updatePayments] = useMutation(UPDATE_PAYMENTS);
|
||||
const [loading, setLoading] = useState(false);
|
||||
const [insertExportLog] = useMutation(INSERT_EXPORT_LOG);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user