pages/orders and pages/clients: add missing logic in handleSubmit
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:
Wroclaw 2023-12-19 02:34:45 +01:00
parent ed739e27fd
commit a74e148da4
3 changed files with 10 additions and 0 deletions

View file

@ -25,6 +25,7 @@ export async function getOrder(id: bigint) {
offer: true,
},
},
client: true,
},
});