New button won't show at the top right of the list of my ressources

I upgraded from filament v2 to v3. My getPages() function contain a create index in the array : 'create' => Pages\CreateGuide::route('/add'), My CreateGuide class seems in order too : class CreateGuide extends CreateRecord { protected static string $resource = GuideResource::class; }
Solution:
What about your ListPage? Is there a CreateAction?
Jump to solution
2 Replies
Solution
LeandroFerreira
What about your ListPage? Is there a CreateAction?
turboMagneTT
turboMagneTTOP2y ago
Thank you, it worked

Did you find this page helpful?