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
I need more info to correctly understand what you mean here.
For example, when I open the "/admin/pages" page, each page has a checkbox that shows whether the page is published or not. By default, all pages are published and when the page loads, the checkboxes should be active, but they are not active. This is due to the fact that a strict comparison was used in the component checkbox.webm
Checkboxes are not checked when the page loads, although they should.
The problem was in a non-strict condition
Solution for ItemListTree.vue:
Solution for ItemListStatusButton.vue:
The text was updated successfully, but these errors were encountered: