From a9befd342cc1a198e5d705d4c4290391c949469e Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Tue, 28 Mar 2023 12:47:28 +0000 Subject: [PATCH] Use dynamic values for title and icon for dialog --- apps/web/pages/documents/[id]/recipients.tsx | 3 +++ packages/ui/components/dialog/Dialog.tsx | 15 ++++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/apps/web/pages/documents/[id]/recipients.tsx b/apps/web/pages/documents/[id]/recipients.tsx index 13c681a01..38ef2c329 100644 --- a/apps/web/pages/documents/[id]/recipients.tsx +++ b/apps/web/pages/documents/[id]/recipients.tsx @@ -11,6 +11,7 @@ import { PencilSquareIcon, TrashIcon, UserPlusIcon, + EnvelopeIcon, XMarkIcon, } from "@heroicons/react/24/outline"; import { getUserFromToken } from "@documenso/lib/server"; @@ -329,11 +330,13 @@ const RecipientsPage: NextPageWithLayout = (props: any) => {