Skip to content

Commit

Permalink
feat: add redirect url after create
Browse files Browse the repository at this point in the history
  • Loading branch information
ast21 committed Jul 12, 2023
1 parent 8ae44fe commit 316ddf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/UI/Filament/Resources/PageResource/Pages/CreatePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ protected function getActions(): array
Actions\LocaleSwitcher::make(),
];
}

protected function getRedirectUrl(): string
{
return PageResource::getUrl();
}
}

0 comments on commit 316ddf9

Please sign in to comment.