mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
Remove duplicated share icon in gr.Chatbot (#10056)
* fix double share button * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
7d134e0b30
commit
e0ed480798
6
.changeset/wet-hoops-float.md
Normal file
6
.changeset/wet-hoops-float.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/chatbot": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Remove duplicated share icon in gr.Chatbot
|
@ -276,9 +276,7 @@
|
||||
dispatch("error", message);
|
||||
}
|
||||
}}
|
||||
>
|
||||
<Community />
|
||||
</IconButton>
|
||||
/>
|
||||
{/if}
|
||||
<IconButton Icon={Trash} on:click={() => dispatch("clear")} label={"Clear"}
|
||||
></IconButton>
|
||||
|
Loading…
Reference in New Issue
Block a user