diff --git a/apps/web/pages/dashboard.tsx b/apps/web/pages/dashboard.tsx index 9a15d5343..cc0797c7f 100644 --- a/apps/web/pages/dashboard.tsx +++ b/apps/web/pages/dashboard.tsx @@ -80,6 +80,7 @@ const DashboardPage: NextPageWithLayout = (props: any) => { { uploadDocument(event); }} diff --git a/apps/web/pages/documents.tsx b/apps/web/pages/documents.tsx index 148efc914..cc5362bd8 100644 --- a/apps/web/pages/documents.tsx +++ b/apps/web/pages/documents.tsx @@ -420,6 +420,7 @@ const DocumentsPage: NextPageWithLayout = (props: any) => { { uploadDocument(event); }}