outl1ne / nova-settings

A Laravel Nova tool for editing custom settings using native Nova fields.
MIT License
274 stars 97 forks source link

Save button missing #161

Closed JshGrn closed 1 year ago

JshGrn commented 1 year ago

I can only see fields not a save button, if I press enter it saves ok, is there config that customizes this?

marttinnotta commented 1 year ago

Hi!

There is authorization check based on Laravel's own authorization logic. Please check that your user has correct auth policies applied to update given resource. By default all resources are allowed to be viewed and edited.