Replace submit button with a spinner when busy
and update test accordingly
This commit is contained in:
parent
77b226631a
commit
8fc3104507
3 changed files with 43 additions and 18 deletions
|
@ -125,6 +125,7 @@ export default React.createClass({
|
|||
stageParams={this._authLogic.getStageParams(stage)}
|
||||
submitAuthDict={this._submitAuthDict}
|
||||
errorText={this.state.stageErrorText}
|
||||
busy={this.state.busy}
|
||||
/>
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue