fix(brands): Update modal title from 'Ubah Kategori' to 'Ubah Merek' for accurate representation in BrandsTable component.

This commit is contained in:
Yoga Pangestu 2025-12-14 16:11:11 +07:00
parent 824130d3cd
commit 9e9a01d67e

View File

@ -80,7 +80,7 @@ public function columns(): array
$actions .= view('components.actions.table.edit-modal', [
'id' => $row->hash,
'method' => 'update',
'modalTitle' => 'Ubah Kategori',
'modalTitle' => 'Ubah Merek',
])->render();
}