diff --git a/apps/web/src/components/CommandPallette.tsx b/apps/web/src/components/CommandPallette.tsx index aed82cd3..8e442ef4 100644 --- a/apps/web/src/components/CommandPallette.tsx +++ b/apps/web/src/components/CommandPallette.tsx @@ -33,6 +33,7 @@ type SearchResult = boardPublicId: string; boardName: string; listName: string; + cardNumber: number | null; updatedAt: Date | null; createdAt: Date; type: "card"; @@ -159,8 +160,17 @@ export default function CommandPallette({ )}