Closed
Description
ChallengeEditor component to reflect the updated information of the challenge after Save
operation. As of now it does not update the UI and you have to refresh the page. That is happening because it is not using the redux state correctly. It was using unmount/unlisten event handlers earlier which I removed to avoid non standard practices.