diff --git a/apps/web/src/components/CampaignSelectionDialog.tsx b/apps/web/src/components/CampaignSelectionDialog.tsx index 641cb56..cee37a7 100644 --- a/apps/web/src/components/CampaignSelectionDialog.tsx +++ b/apps/web/src/components/CampaignSelectionDialog.tsx @@ -25,6 +25,7 @@ import type {PaginatedResponse} from '@plunk/types'; import {ArrowLeft, Calendar, Mail, Users} from 'lucide-react'; import {useState} from 'react'; import useSWR from 'swr'; +import {EmptyState} from './EmptyState'; interface CampaignSelectionDialogProps { open: boolean; @@ -186,13 +187,11 @@ export function CampaignSelectionDialog({open, onOpenChange, onSelectCampaign}: )} {!isLoading && data?.data.length === 0 && ( -
- {statusFilter !== 'ALL' ? 'Try adjusting your filter' : 'Create your first campaign to get started'} -
-No custom fields found
+