Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIO-9241 Wizard: Set page after conditional eval in nested wizard
- this.setPage wasn't being called after conditional logic was evaluated on the page of a nested wizard form having a sibling nested wizard form, causing the main wizard page index not to update to the correct page - Clean up onChange logic - this.currentPanels was only being referenced in onChange() and didn't seem like a necessary piece of state in addition to this.pages
- Loading branch information