diff --git a/apps/web/pages/documents/[id]/recipients.tsx b/apps/web/pages/documents/[id]/recipients.tsx index fefa9a27a..de20e22e1 100644 --- a/apps/web/pages/documents/[id]/recipients.tsx +++ b/apps/web/pages/documents/[id]/recipients.tsx @@ -175,7 +175,6 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { }); }} className="block w-full border-0 bg-inherit p-0 text-gray-900 placeholder-gray-500 outline-none disabled:bg-neutral-100 sm:text-sm" - placeholder="john.dorian@loremipsum.com" /> {errors?.signers?.[index] ? (
@@ -213,7 +212,6 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { }); }} className="block w-full border-0 bg-inherit p-0 text-gray-900 placeholder-gray-500 outline-none disabled:bg-neutral-100 sm:text-sm" - placeholder="John Dorian" />