activist
activist copied to clipboard
923 - Modal still open ...
Contributor checklist
- [x] This pull request is on a separate branch and not the main branch
Description
This PR addresses issue 923. The changes affected modal components that use an 'isOpen' prop; the 'isOpen' props and related functionality were removed.
Modals related to Organizations were affected. Other entities (ie Events) were not checked.
Testing was done following the original description of the problem in issue 923 (click activist icon, use forward / backward arrows to navigate, etc.). However, there appears to be an error with reloading the organization data when clicking the back button to check if modal is not displayed, so we can't be completely sure that everything is fixed.
That being said, the affected modals appear to work correctly without the 'isOpen' props, meaning that they appear to operate normally.
Related issue
- #923