undo silly AI stuff p3

This commit is contained in:
EthanHealy01 2025-12-16 17:59:18 +00:00
parent 3d4d4481fa
commit 53a404d44d

View File

@ -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<SignatureAPI>;