just chaging enum values to work with the backend

This commit is contained in:
José Salazar
2025-12-18 09:50:54 -05:00
parent cb29f73685
commit 01180bc757
20 changed files with 57 additions and 59 deletions

View File

@@ -260,7 +260,7 @@ export default function Invoices() {
<Badge className="ml-2 bg-yellow-400 text-yellow-900 hover:bg-yellow-400 border-0 font-bold">{getStatusCount("all")}</Badge>
</TabsTrigger>
<TabsTrigger
value="pending"
value="PENDING"
className="data-[state=active]:bg-blue-600 data-[state=active]:text-white bg-white text-slate-700 hover:bg-slate-50 transition-all rounded-md px-3 py-2"
>
<Clock className="w-4 h-4 mr-2" />