mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-18 20:14:44 +08:00
feat: put all options into '+'
This commit is contained in:
@@ -44,6 +44,7 @@ import {
|
||||
PaperclipIcon,
|
||||
PlusIcon,
|
||||
SquareIcon,
|
||||
UploadIcon,
|
||||
XIcon,
|
||||
} from "lucide-react";
|
||||
import { nanoid } from "nanoid";
|
||||
@@ -422,7 +423,7 @@ export const PromptInputActionAddAttachments = ({
|
||||
attachments.openFileDialog();
|
||||
}}
|
||||
>
|
||||
<ImageIcon className="mr-2 size-4" /> {label}
|
||||
<PaperclipIcon className="mr-2 size-4" /> {label}
|
||||
</DropdownMenuItem>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user