mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-20 01:20:40 +00:00
Merge 32346cfc2f into b69ca7ad97
This commit is contained in:
commit
ab89154d54
1 changed files with 1 additions and 1 deletions
|
|
@ -1101,7 +1101,7 @@ export const PromptInputSubmit = ({
|
|||
if (status === "submitted") {
|
||||
Icon = <Loader2Icon className="size-4 animate-spin" />;
|
||||
} else if (status === "streaming") {
|
||||
Icon = <SquareIcon className="size-4" />;
|
||||
Icon = <SquareIcon className="size-4 fill-current" />;
|
||||
} else if (status === "error") {
|
||||
Icon = <XIcon className="size-4" />;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue