diff --git a/packages/ui/src/components/chat/ChatInput.tsx b/packages/ui/src/components/chat/ChatInput.tsx index 18b93fc6..a0a2b24f 100644 --- a/packages/ui/src/components/chat/ChatInput.tsx +++ b/packages/ui/src/components/chat/ChatInput.tsx @@ -527,8 +527,6 @@ type ComposerAttachmentControlsProps = { isVSCode: boolean; footerIconButtonClass: string; iconSizeClass: string; - fileInputRef: React.RefObject; - handleLocalFileSelect: (event: React.ChangeEvent) => void | Promise; handlePickLocalFiles: () => void; openIssuePicker: () => void; openPrPicker: () => void; @@ -544,8 +542,6 @@ const ComposerAttachmentControls = React.memo(function ComposerAttachmentControl isVSCode, footerIconButtonClass, iconSizeClass, - fileInputRef, - handleLocalFileSelect, handlePickLocalFiles, openIssuePicker, openPrPicker, @@ -554,15 +550,6 @@ const ComposerAttachmentControls = React.memo(function ComposerAttachmentControl return (
- -
{props.onOpenMobileSheet ? (