Redux changes and refactoring

This commit is contained in:
Scott E. Graves
2019-06-07 00:30:59 -05:00
parent 1dc99567f3
commit 31585fc912
6 changed files with 179 additions and 140 deletions

View File

@@ -10,8 +10,8 @@ import {
setAllowMount,
setAutoMountProcessed,
setBusy,
setMountState,
setMounted,
setMountState,
setProviderState
} from '../../redux/actions/mount_actions';
@@ -221,7 +221,6 @@ class MountItems extends IPCContainer {
RetrySeconds: 10,
};
const mountState = {
...this.props.MountState[provider],
AllowMount: false,
Mounted: false,
};