We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3074057 commit 184475aCopy full SHA for 184475a
1 file changed
src/pages/SetupPy/index.js
@@ -159,7 +159,7 @@ export default class SetupPy extends React.Component {
159
defaultValue={this.state.version}
160
variant="outlined"
161
onChange={e => {
162
- this.setState({ author: e.target.value || this.defaultValue }, this.updatePythonCode);
+ this.setState({ version: e.target.value || this.defaultValue }, this.updatePythonCode);
163
}}
164
/>
165
);
0 commit comments