fix build

This commit is contained in:
KMKoushik
2025-02-06 23:59:35 +11:00
parent 3111af51fc
commit adf3c19074

View File

@@ -92,7 +92,7 @@ function CampaignEditor({
}: {
campaign: Campaign & { imageUploadSupported: boolean };
}) {
const contactBooksQuery = api.contacts.getContactBooks.useQuery();
const contactBooksQuery = api.contacts.getContactBooks.useQuery({});
const utils = api.useUtils();
const [json, setJson] = useState<Record<string, any> | undefined>(