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