diff --git a/apps/web/components/editor/pdf-editor.tsx b/apps/web/components/editor/pdf-editor.tsx index 793b2cb27..5757570f9 100644 --- a/apps/web/components/editor/pdf-editor.tsx +++ b/apps/web/components/editor/pdf-editor.tsx @@ -6,6 +6,8 @@ import { createOrUpdateField, deleteField } from "@documenso/lib/api"; import { createField } from "@documenso/features/editor"; import RecipientSelector from "./recipient-selector"; import FieldTypeSelector from "./field-type-selector"; +import { InformationCircleIcon } from "@heroicons/react/24/outline"; +import Link from "next/link"; const stc = require("string-to-color"); const PDFViewer = dynamic(() => import("./pdf-viewer"), { @@ -48,6 +50,36 @@ export default function PDFEditor(props: any) { return ( <>
+ This document does not have any recipients. Add recipient to + create fields. +
++ + Add Recipients + + +
+