From 60a634281416ea29b2f101b052a755f8d538ecbd Mon Sep 17 00:00:00 2001 From: suricatingss Date: Fri, 5 Dec 2025 20:39:32 +0000 Subject: [PATCH] table complete --- app/pages/dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/dashboard.vue b/app/pages/dashboard.vue index 98e7185..dbc0ab8 100644 --- a/app/pages/dashboard.vue +++ b/app/pages/dashboard.vue @@ -96,7 +96,7 @@ import { h } from 'vue' accessorKey: 'status', header: "Status", cell: ({row}) => { - let color = ""; + let color: string; switch(row.getValue('status')){ case "paid": color = "success"; break;