Skip to content

Commit c3300c2

Browse files
authored
Disabled upload - migrating services to core. (#27)
* Added more default imports for Python. * Deprecate autocomplete feature. * Deprecate autocomplete feature. * Added dialog to redirect to core. * Disable uploading code - migrating services.
1 parent 67c2f72 commit c3300c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CoderpadWrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ class CoderpadWrapper extends Component {
334334
<Grid item xs={6} style={{ textAlign: 'right' }}>
335335
<Button variant='contained' color='primary'
336336
onClick={this.saveCode}
337-
disabled={this.state.uploading}
337+
disabled={true}
338338
style={{ background: '#0269a4', marginRight: '2.5%', maxHeight: '40px' }}>
339339
{this.state.uploading ? 'Uploading your code...' : 'Save Code' }
340340
</Button>

0 commit comments

Comments
 (0)