Skip to content

Commit

Permalink
fix(RawReader): No loading prop on Button
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Apr 23, 2018
1 parent dc90ca0 commit ce5c081
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/controls/FileLoader/RawReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,8 @@ export default class RawReader extends React.Component {
<Button
className={style.button}
onClick={this.onLoad}
disabled={userDim !== this.state.size}
disabled={userDim !== this.state.size || this.state.loading}
style={{ marginLeft: '5px' }}
loading={this.state.loading}
>
Read
</Button>
Expand Down

0 comments on commit ce5c081

Please sign in to comment.