Skip to content

Commit

Permalink
remove default version (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunmingg authored and k8s-ci-robot committed Oct 26, 2018
1 parent f575ddc commit 7bf044c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/gcp-click-to-deploy/src/DeployForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default class DeployForm extends React.Component<any, DeployFormState> {
deploymentName: 'kubeflow',
dialogBody: '',
dialogTitle: '',
kfverison: 'default',
kfverison: 'v0.3.1',
project: '',
showLogs: false,
zone: 'us-central1-a',
Expand Down Expand Up @@ -177,7 +177,6 @@ export default class DeployForm extends React.Component<any, DeployFormState> {
<Row>
<Text style={{ fontSize: '1.1em', margin: '2% 11%' }}>Kubeflow Version:</Text>
<select name="kfverison" style={{ display: 'flex', fontSize: '1.1em', margin: '2% 1%',}} spellCheck={false} value={this.state.kfverison} onChange={this._handleChange.bind(this)} >
<option value="default">default</option>
<option value="v0.3.1">v0.3.1</option>
</select>
</Row>
Expand Down

0 comments on commit 7bf044c

Please sign in to comment.