Replace submit button with a spinner when busy

and update test accordingly
This commit is contained in:
David Baker 2017-02-13 18:52:33 +00:00
parent 77b226631a
commit 8fc3104507
3 changed files with 43 additions and 18 deletions

View file

@ -125,6 +125,7 @@ export default React.createClass({
stageParams={this._authLogic.getStageParams(stage)}
submitAuthDict={this._submitAuthDict}
errorText={this.state.stageErrorText}
busy={this.state.busy}
/>
);
},