Change CreateRecord cancel link
Hi all - I'm on Filament 2 and it looks like the cancel button on a CreateRecord goes back to the previous URL but I'd like it to go back to the index. Is it possible to change this link?
Solution:Jump to solution
Add this to your xxxResource/Pages/CreateXXX.php
```php
use Filament\Actions\Action;
...
3 Replies
Solution
Add this to your xxxResource/Pages/CreateXXX.php
oh see now ure using v2.. this solution is for v3, but maybe it works also in v2
Thanks, that still worked for me!