B1: React Query deeper adoption (P1–P3) #86

Closed
null wants to merge 340 commits from branch/b1-react-query into main
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 52af533845 - Show all commits

View File

@ -1031,7 +1031,6 @@ export default function BillModal({ bill, initialBill, categories, onClose, onSa
if (result.added > 0) {
toast.success(`${result.added} payment${result.added !== 1 ? 's' : ''} imported from bank history.`);
loadLinkedTransactions?.();
refetch?.();
} else {
toast.info('No new matching transactions found.');
}
@ -1059,7 +1058,6 @@ export default function BillModal({ bill, initialBill, categories, onClose, onSa
billId={sourceBill?.id}
onRulesChanged={() => {
setLocalHasRules(true);
refetch?.();
loadLinkedTransactions?.();
}}
/>