Fix missing item invoice update on failure

This commit is contained in:
ekzyis 2024-11-28 01:53:04 +01:00
parent 67f6c170aa
commit 6c3301a9c4
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ export function usePaidMutation (mutation,
data = {
[dataKey]: {
...data[dataKey],
invoice
invoice: e.invoice
}
}
}