refactor: Remove deleteRoute parameter from customer delete action component.

This commit is contained in:
Yoga Pangestu 2025-12-18 14:56:03 +07:00
parent bc9e929a50
commit c650d8d58f

View File

@ -84,7 +84,6 @@ public function columns(): array
if (auth()->user()->can('delete customer')) {
$actions .= view('components.actions.table.delete', [
'id' => $row->hash,
'deleteRoute' => route('studio.loyalty.customer.delete', $row->hash),
])->render();
}