Some bugfixes
This commit is contained in:
parent
a3983193d3
commit
8683f8c91e
6 changed files with 12 additions and 8 deletions
|
@ -286,7 +286,11 @@ export default class CUD extends Component {
|
|||
}
|
||||
}
|
||||
|
||||
onFileSelected() {
|
||||
onFileSelected(evt, x) {
|
||||
if (!this.getFormValue('name') && this.csvFile.files.length > 0) {
|
||||
this.updateFormValue('name', this.csvFile.files[0].name);
|
||||
}
|
||||
|
||||
this.scheduleFormRevalidate();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue