fix: update back action URL in EditContentRecap to use getUrl method
This commit is contained in:
parent
bc758a1e3d
commit
298e8dd9a7
@ -18,7 +18,7 @@ protected function getHeaderActions(): array
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
BackAction::make()
|
BackAction::make()
|
||||||
->url(ListContentRecaps::route()),
|
->url(ListContentRecaps::getUrl()),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user