Fixed: Misc UI Fixes

This commit is contained in:
Qstick 2018-05-20 01:49:41 -04:00
parent 457955c306
commit ef93ae3792
6 changed files with 34 additions and 7 deletions

View file

@ -136,7 +136,7 @@ class InteractiveImportModalContent extends Component {
onImportSelectedPress = () => {
const selected = this.getSelectedIds();
this.props.onImportSelectedPress(selected, this.state.importMode);
this.props.onImportSelectedPress(selected, this.props.importMode);
}
onFilterExistingFilesChange = (value) => {