diff --git a/apps/web/pages/documents/[id]/recipients.tsx b/apps/web/pages/documents/[id]/recipients.tsx index 40364c7da..8a833e436 100644 --- a/apps/web/pages/documents/[id]/recipients.tsx +++ b/apps/web/pages/documents/[id]/recipients.tsx @@ -117,7 +117,6 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { color="primary" icon={PaperAirplaneIcon} onClick={() => { - setLoading(true); setOpen(true); }} disabled={ @@ -361,12 +360,7 @@ const RecipientsPage: NextPageWithLayout = (props: any) => { - + {
-