Create buttons disappeared
Since when i've upgraded to Filament 3, all create buttons from all resources disappeared.
I have added
protected static bool $shouldSkipAuthorization = true;
implemented canCreate returning always true
I know is a stupid problem but can't find where i can enable them again as it was in Filament 2
ThanksSolution:Jump to solution
i think i've got it... sorry took a while
```
->headerActions([
CreateAction::make(),...
2 Replies
Solution
i think i've got it... sorry took a while
it is the right way?
yes if working with the table