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', [
|
$actions .= view('components.actions.table.edit-modal', [
|
||||||
'id' => $row->hash,
|
'id' => $row->hash,
|
||||||
'method' => 'update',
|
'method' => 'update',
|
||||||
'modalTitle' => 'Ubah Kategori',
|
'modalTitle' => 'Ubah Merek',
|
||||||
])->render();
|
])->render();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user