Fix set mount state
This commit is contained in:
@@ -204,7 +204,7 @@ class MountItems extends IPCContainer {
|
|||||||
};
|
};
|
||||||
|
|
||||||
onMountDriveReply = (event, arg) => {
|
onMountDriveReply = (event, arg) => {
|
||||||
this.props.setMounted(arg.data.ProviderState, arg.data.Success);
|
this.props.setMounted(arg.data.Provider, arg.data.Success);
|
||||||
this.detectMounts();
|
this.detectMounts();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user