Fixes a navigation issue that was causing a race condition where the HOC was expecting a modal view as a form. This input mounts a component that redirects the user to the stepper form view, unmounting the HOC, preventing the call to this._openModal on the onClick event for the Lunc new input button.
/nocl
[ ] The commit history must be preserved - please use the rebase-merge or standard merge option instead of squash-merge
Notes for Reviewers
Fixes a navigation issue that was causing a race condition where the HOC was expecting a modal view as a form. This input mounts a component that redirects the user to the stepper form view, unmounting the HOC, preventing the call to
this._openModal
on theonClick
event for theLunc new input
button./nocl