We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f168e9a commit 5436a52Copy full SHA for 5436a52
apps/web/src/pages/dashboard/messages/message-status-badge.tsx
@@ -39,6 +39,10 @@ const statusConfig: Record<
39
className:
40
"bg-yellow-100 text-yellow-800 dark:bg-yellow-900 dark:text-yellow-200",
41
},
42
+ CANCELLED: {
43
+ label: "Cancelled",
44
+ className: "bg-gray-100 text-gray-800 dark:bg-gray-900 dark:text-gray-200",
45
+ },
46
}
47
48
interface MessageStatusBadgeProps {
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.9.1",
+ "version": "0.9.2",
3
"name": "letterspace",
4
"private": true,
5
"scripts": {
0 commit comments