[Added eslint] [Selection title]
This commit is contained in:
@@ -153,7 +153,7 @@ export const createMountReducer = (state) => {
|
||||
S3Mounts: s3Mounts,
|
||||
};
|
||||
},
|
||||
[RESET_MOUNTS_STATE]: (state, action) => {
|
||||
[RESET_MOUNTS_STATE]: (state) => {
|
||||
return { ...state, MountsBusy: false, MountState: mountState };
|
||||
},
|
||||
[SET_AUTO_MOUNT_PROCESSED]: (state, action) => {
|
||||
|
||||
Reference in New Issue
Block a user