bakerkretzmar / nova-settings-tool

Laravel Nova tool to view and edit application settings.
MIT License
167 stars 32 forks source link

Resource page does not show after visit setting page #48

Closed sadovojav closed 2 years ago

sadovojav commented 2 years ago

Hi, When I visit the setting page, it works correctly, but after changing the location to a different resource, it is empty. After refreshing the resource page it is showing.

Nova v4 Opera 86/Firefox 100

Video - https://share.cleanshot.com/lFIu5F

itinnovative commented 2 years ago

I had the same issue. Traced it back to a bad template in Tool.vue. Wrap the entire inner contents of the template in a div and recompile. Created a pull request for this. This resolves the issue for me.

olivervo commented 2 years ago

Sounds like a similar issue to this.