fix(perfume feature): Update perfume feature edit modal title from 'Ubah Kategori' to 'Ubah Keunggulan Parfum'.
This commit is contained in:
parent
c3a3754d5f
commit
1c356d9fcc
@ -73,7 +73,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 Keunggulan Parfum',
|
||||||
])->render();
|
])->render();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user