mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac: feedback item click issue
This commit is contained in:
parent
aa13a7caf9
commit
2ae9bc30bd
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@
|
|||
{dayjs(feedback.updated_at * 1000).fromNow()}
|
||||
</td>
|
||||
|
||||
<td class=" px-3 py-1 text-right font-semibold">
|
||||
<td class=" px-3 py-1 text-right font-semibold" on:click={(e) => e.stopPropagation()}>
|
||||
<FeedbackMenu
|
||||
on:delete={(e) => {
|
||||
deleteFeedbackHandler(feedback.id);
|
||||
|
|
|
|||
Loading…
Reference in a new issue