You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I created a new menu item via the Menu admin, whenever I click the new menu item, I get the correct page but it is wrapped in the template twice. So I am seeing 2 Sidebars and 2 Headers (See attached photo)
I am using the Grid/List view.
I tried just returning the grid() method with no luck, and now I return the index() method with $this->grid() in the body property.
Greetings, have you managed to fix this error? The same thing is happening to me. =(
But when I refresh the page, the correct information is displayed.
Describe the bug
I created a new menu item via the Menu admin, whenever I click the new menu item, I get the correct page but it is wrapped in the template twice. So I am seeing 2 Sidebars and 2 Headers (See attached photo)
I am using the Grid/List view.
I tried just returning the
grid()
method with no luck, and now I return theindex()
method with$this->grid()
in the body property.Index Method
Grid Method:
The text was updated successfully, but these errors were encountered: