Closed sakanjo closed 1 year ago
Is profile
a new default menu item or why doesn't it require a label? Should this be added as a match case?
It doesn't require a label, filament checks if it's null then pass it the name of the user.
Alright. Then this should be added to the match cases with the user name as the fallback like the other default pages/routes.
@pxlrbt the question mark should do the job, btw thanks for the great plugin!
It fixes the error but doesn't solve the issue that the profile page won't appear on spotlight, right?
It doesn't, in that case you can check user-menu.blade.php.
Fixes a problem when adding
which will return null and cause
Return value must be of type string, null returned
error to occur.