Updated CHANGELOG.md
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
export const createMountReducer = state => {
|
||||
let providerList = [
|
||||
...Constants.PROVIDER_LIST,
|
||||
...(state.RemoteMounts||['Remotelocalhost:20000']),
|
||||
...(state.RemoteMounts||[]),
|
||||
];
|
||||
const providerState = providerList.map(provider=> {
|
||||
return {
|
||||
@@ -55,7 +55,7 @@ export const createMountReducer = state => {
|
||||
MountsBusy: false,
|
||||
MountState: mountState,
|
||||
ProviderState: providerState,
|
||||
RemoteMounts: state.RemoteMounts ? state.RemoteMounts : ['Remotelocalhost:20000'],
|
||||
RemoteMounts: state.RemoteMounts ? state.RemoteMounts : [],
|
||||
}, {
|
||||
[addRemoteMount2]: (state, action) => {
|
||||
let mountState = {...state.MountState};
|
||||
|
||||
Reference in New Issue
Block a user