This commit is contained in:
Hananiel Sarella 2020-01-02 14:33:09 -05:00
Родитель 486346446a
Коммит 866316960d
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -17,7 +17,7 @@ export class Home extends Component {
lang: "C#",
steeltoeVersion: "2.4.0",
steeltoeVersionInvalid: "",
targetFrameworkVersion: "netcoreapp2.2"
targetFrameworkVersion: "netcoreapp3.1"
};
constructor(props) {
super(props);
@ -30,7 +30,7 @@ export class Home extends Component {
}
OnSubmit(e){
this.setState(Home.initialState);
// this.setState(Home.initialState);
this.trackSubmitEvent(e);
}
trackSubmitEvent(e) {