| I had to move the state management for the modal container into the Redux state. This is because DisableAppModalContainer does not have a callback to close the modal after successfully disabling the app. This action is handled directly in the DISABLE_APP_SUCCESS modal reducer. Now the text input value is being reset on TOGGLE_DISABLE_APP_MODAL. |