diff --git a/apps/console/src/pages/DocumentSigningRequestsPage.tsx b/apps/console/src/pages/DocumentSigningRequestsPage.tsx index 2da7da278..c60888d54 100644 --- a/apps/console/src/pages/DocumentSigningRequestsPage.tsx +++ b/apps/console/src/pages/DocumentSigningRequestsPage.tsx @@ -18,7 +18,6 @@ import { sprintf } from "@probo/helpers"; type Document = { document_version_id: string; title: string; - content: string; signed?: boolean; }; diff --git a/pkg/probo/document_service.go b/pkg/probo/document_service.go index 815402ab3..2f7dfb325 100644 --- a/pkg/probo/document_service.go +++ b/pkg/probo/document_service.go @@ -376,7 +376,6 @@ func (s *DocumentService) ListSigningRequests( q := ` SELECT p.title, - pv.content, pv.id AS document_version_id, o.name AS organization_name FROM