fix(brands): Update modal title from 'Ubah Kategori' to 'Ubah Merek' for accurate representation in BrandsTable component.
This commit is contained in:
parent
824130d3cd
commit
9e9a01d67e
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user