pages/orders and pages/clients: add missing logic in handleSubmit
All checks were successful
Build dev / build (push) Successful in 1m16s
All checks were successful
Build dev / build (push) Successful in 1m16s
in clients, adding 1 to total was missing in orders, adding the added memeber to the list and adding to total was missing
This commit is contained in:
parent
ed739e27fd
commit
a74e148da4
3 changed files with 10 additions and 0 deletions
|
@ -25,6 +25,7 @@ export async function getOrder(id: bigint) {
|
|||
offer: true,
|
||||
},
|
||||
},
|
||||
client: true,
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue