Closed clarkwinkelmann closed 3 years ago
After clicking on the cross and confirming deletion, the page is still listed in the admin panel until a refresh is manually performed.
The page is deleted from the store with page.delete(), but the list of pages has its own array of pages that is not affected by it.
page.delete()
After clicking on the cross and confirming deletion, the page is still listed in the admin panel until a refresh is manually performed.
The page is deleted from the store with
page.delete()
, but the list of pages has its own array of pages that is not affected by it.