Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-20 00:21:35 +00:00
co-authored by renee-png
parent 614d1ca35f
commit 7d512c4e13
+1 -1
View File
@@ -19,7 +19,7 @@ import { BulkConvertToCollectionsDialog } from "@/components/cases/bulk-convert-
import { formatDistanceToNow } from "date-fns";
import { toast } from "sonner";
type SortKey = "title" | "client" | "status" | "attorney" | "opened_at" | "last_activity";
type SortKey = "title" | "client" | "practice_area" | "status" | "attorney" | "opened_at" | "last_activity";
type SortDir = "asc" | "desc";
export const Route = createFileRoute("/cases/")({