Skip to content

Commit

Permalink
Fix select
Browse files Browse the repository at this point in the history
Fixes #3951
  • Loading branch information
GHEMID-Mohamed committed Jun 13, 2019
1 parent 0839649 commit eef697a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/xo-web/src/xo-app/new/sr/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,6 @@ export default class New extends Component {
<label htmlFor='selectSrPath'>{_('newSrUseNfs')}</label>
<select
className='form-control'
defaultValue={null}
onChange={this._handleNfsOption}
required
value={nfsOption}
Expand Down

0 comments on commit eef697a

Please sign in to comment.