diff --git a/frontend/src/core/components/viewer/LocalEmbedPDF.tsx b/frontend/src/core/components/viewer/LocalEmbedPDF.tsx index 7e9cde250..7a92fbad9 100644 --- a/frontend/src/core/components/viewer/LocalEmbedPDF.tsx +++ b/frontend/src/core/components/viewer/LocalEmbedPDF.tsx @@ -55,7 +55,6 @@ interface LocalEmbedPDFProps { url?: string | null; enableAnnotations?: boolean; enableRedaction?: boolean; - /** When true, RedactionAPIBridge is rendered even if enableRedaction is false (for switching between annotation/redaction) */ isManualRedactionMode?: boolean; onSignatureAdded?: (annotation: any) => void; signatureApiRef?: React.RefObject;