Set mount location

This commit is contained in:
Scott E. Graves
2018-12-15 00:35:30 -06:00
parent 0c087f7d95
commit d5595e4c92

View File

@@ -88,8 +88,7 @@ class MountItems extends Component {
Location: location, Location: location,
}); });
if (location && (location.length > 0)) { if (location && (location.length > 0)) {
console.log(location); this.handleMountLocationChanged(storageType, location);
//this.handleMountLocationChanged(storageType, location);
} }
}; };