mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
fix: Hidden delete button for playground chat messages
This commit is contained in:
parent
67e930e1d2
commit
a6c7ddcb28
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
<div class=" pt-1">
|
<div class=" pt-1">
|
||||||
<button
|
<button
|
||||||
class=" group-hover:text-gray-500 dark:text-gray-900 dark:hover:text-gray-300 transition"
|
class=" group-hover:text-gray-500 dark:text-gray-500 dark:hover:text-gray-300 transition"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
onDelete();
|
onDelete();
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user