Fix missing item invoice update on failure
This commit is contained in:
parent
67f6c170aa
commit
6c3301a9c4
|
@ -121,7 +121,7 @@ export function usePaidMutation (mutation,
|
|||
data = {
|
||||
[dataKey]: {
|
||||
...data[dataKey],
|
||||
invoice
|
||||
invoice: e.invoice
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue