diff --git a/frontend/src/components/ChatBox.tsx b/frontend/src/components/ChatBox.tsx index cf9ba1826..f1135fb59 100644 --- a/frontend/src/components/ChatBox.tsx +++ b/frontend/src/components/ChatBox.tsx @@ -945,17 +945,16 @@ export default function Component({ )} + {/* Document upload temporarily removed - will be re-added later { e.preventDefault(); // Temporarily disabled - remove this condition when re-enabling - /* - if (!canUseDocuments) { - navigate({ to: "/pricing" }); - } else { - documentInputRef.current?.click(); - } - */ + // if (!canUseDocuments) { + // navigate({ to: "/pricing" }); + // } else { + // documentInputRef.current?.click(); + // } }} className={cn("flex items-center gap-2 cursor-not-allowed opacity-50")} disabled @@ -966,6 +965,7 @@ export default function Component({ Temporarily Unavailable + */} )}