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 Thanks
Solution:
i think i've got it... sorry took a while ``` ->headerActions([ CreateAction::make(),...
Jump to solution
2 Replies
Solution
dowmeister
dowmeister4w ago
i think i've got it... sorry took a while
->headerActions([
CreateAction::make(),
])
->headerActions([
CreateAction::make(),
])
it is the right way?
Ar Jay Marigondon
yes if working with the table

Did you find this page helpful?