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

View File

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