fix: update back action URL in EditContentRecap to use getUrl method

This commit is contained in:
Yoga Pangestu 2026-04-27 14:39:17 +07:00
parent bc758a1e3d
commit 298e8dd9a7

View File

@ -18,7 +18,7 @@ protected function getHeaderActions(): array
{
return [
BackAction::make()
->url(ListContentRecaps::route()),
->url(ListContentRecaps::getUrl()),
];
}