@@ -12,6 +12,10 @@ class EditAlbum extends EditRecord
{
protected static string $resource = AlbumResource::class;
+ protected function getRedirectUrl(): string
+ {
+ return $this->getResource()::getUrl('index');
+ }
protected function getHeaderActions(): array
return [