-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
Describe the bug
On the demo website, when I am trying to delete the pages from the left panel, I am getting the following error
Unhandled rejection: Error: Unable to delete page Wiki: Widget anatomy: TypeError: Cannot read properties of undefined (reading 'locales')
at PageService.eval (webpack://paperbits-demo/./node_modules/@paperbits/common/pages/pageService.ts?:147:43)
at Generator.next (<anonymous>)
at fulfilled (webpack://paperbits-demo/./node_modules/@paperbits/common/pages/pageService.ts?:5:58)
at PageService.eval (webpack://paperbits-demo/./node_modules/@paperbits/common/pages/pageService.ts?:160:23)
at Generator.next (<anonymous>)
at fulfilled (webpack://paperbits-demo/./node_modules/@paperbits/common/pages/pageService.ts?:5:58)
To Reproduce
Steps to reproduce the behavior:
- Go to the demo website
- Click on the pages section
- Try to delete all the wiki pages
Expected behavior
The page is to be deleted and also removed from the pages list
