feat(orders): add rejected status to order schema and admin table views
All checks were successful
Staging Build / build (push) Successful in 2m49s

This commit is contained in:
DanielS
2026-07-08 10:13:21 +02:00
parent cc7445e4c5
commit bffaca1d63
6 changed files with 19 additions and 3 deletions

View File

@@ -66,6 +66,7 @@ export default async function OrderSuccessPage({
pending: 'Eingegangen',
active: 'In Bearbeitung',
cancelled: 'Storniert',
rejected: 'Abgelehnt',
}
return (