We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67c2f72 commit c3300c2Copy full SHA for c3300c2
src/components/CoderpadWrapper.js
@@ -334,7 +334,7 @@ class CoderpadWrapper extends Component {
334
<Grid item xs={6} style={{ textAlign: 'right' }}>
335
<Button variant='contained' color='primary'
336
onClick={this.saveCode}
337
- disabled={this.state.uploading}
+ disabled={true}
338
style={{ background: '#0269a4', marginRight: '2.5%', maxHeight: '40px' }}>
339
{this.state.uploading ? 'Uploading your code...' : 'Save Code' }
340
</Button>
0 commit comments