fix build
This commit is contained in:
@@ -92,7 +92,7 @@ function CampaignEditor({
|
|||||||
}: {
|
}: {
|
||||||
campaign: Campaign & { imageUploadSupported: boolean };
|
campaign: Campaign & { imageUploadSupported: boolean };
|
||||||
}) {
|
}) {
|
||||||
const contactBooksQuery = api.contacts.getContactBooks.useQuery();
|
const contactBooksQuery = api.contacts.getContactBooks.useQuery({});
|
||||||
const utils = api.useUtils();
|
const utils = api.useUtils();
|
||||||
|
|
||||||
const [json, setJson] = useState<Record<string, any> | undefined>(
|
const [json, setJson] = useState<Record<string, any> | undefined>(
|
||||||
|
Reference in New Issue
Block a user