From 53a404d44d3dfb2868938f36e40046346261c635 Mon Sep 17 00:00:00 2001 From: EthanHealy01 Date: Tue, 16 Dec 2025 17:59:18 +0000 Subject: [PATCH] undo silly AI stuff p3 --- frontend/src/core/components/viewer/LocalEmbedPDF.tsx | 1 - 1 file changed, 1 deletion(-) 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;