Fix auto-mount
This commit is contained in:
@@ -319,7 +319,7 @@ class MountItems extends IPCContainer {
|
|||||||
this.props.ProviderState[provider].AutoMount &&
|
this.props.ProviderState[provider].AutoMount &&
|
||||||
!mounted &&
|
!mounted &&
|
||||||
(location.length > 0)) {
|
(location.length > 0)) {
|
||||||
this.handleMountUnMount(provider, this.props.RemoteMounts.includes(provider),true, location);
|
this.handleMountUnMount(provider, this.props.RemoteMounts.includes(provider), this.props.S3Mounts.includes(provider), true, location);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user