Compare commits

...

2 Commits

Author SHA1 Message Date
adityaalfarison
1834441d78 Merge branch 'production' of https://git.abbauf.com/Magang-2025/Kasir into production 2025-09-15 11:00:29 +07:00
adityaalfarison
197cb7e628 Fix delete nampan 2025-09-15 11:00:20 +07:00

View File

@ -42,7 +42,7 @@
<button class="p-1 rounded" @click="emit('edit', tray)">
<i class="fa fa-pen fa-sm text-yellow-500 hover:text-yellow-600"></i>
</button>
<button class="p-1 rounded" @click="emit('delete', tray.id)">
<button class="p-1 rounded" @click="emit('delete', tray)">
<i class="fa fa-trash fa-sm text-red-500 hover:text-red-600"></i>
</button>
</div>