This commit is contained in:
Ayana H 2025-06-25 15:22:43 +02:00 committed by GitHub
commit 13c5e5c828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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|stopPropagation>
<FeedbackMenu
on:delete={(e) => {
deleteFeedbackHandler(feedback.id);