refator(partner): change back url in show
This commit is contained in:
parent
c793c8e67a
commit
95dbcb1c75
@ -15,7 +15,7 @@ protected function getHeaderActions(): array
|
|||||||
return [
|
return [
|
||||||
Action::make('back')
|
Action::make('back')
|
||||||
->label('Kembali')
|
->label('Kembali')
|
||||||
->url(ManagePartners::getUrl())
|
->url(url()->previous())
|
||||||
->outlined()
|
->outlined()
|
||||||
->color('secondary'),
|
->color('secondary'),
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user