When deleting an I-Note, the frontend dispatches epub/deleteEPub with a string payload, but the thunk expects an object shape ({ ePubId }).
The deletion fails.
Steps to Reproduce
- Open an I-Note
- Click Delete and confirm.
- FrontEnd shows failure to delete (Observe request returns 404 in the Network Tab)
When deleting an I-Note, the frontend dispatches epub/deleteEPub with a string payload, but the thunk expects an object shape ({ ePubId }).
The deletion fails.
Steps to Reproduce