Compare commits

..

No commits in common. "1834441d78a5a733d0c4714f813105380f6101eb" and "f252e53fc309e4c6a3e71af07443a597e5f8d618" have entirely different histories.

View File

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