This commit is contained in:
Xiang Zhang 2018-11-02 18:14:19 -07:00
Родитель 4b66f2de1f
Коммит 5a399a229f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -184,7 +184,7 @@ class ConvertView extends React.Component<IComponentProperties, IComponentState>
<DefaultButton id='ConverterModelInputBrowse' text='Browse' onClick={this.browseSource}/>
</div>
<div className='Frameworks'>
<label>Source Framework: </label>
<p>Source Framework: </p>
<Select
value={this.newOption(this.state.framework)}
onChange={this.setFramework}