This commit is contained in:
2021-08-04 17:17:16 -05:00
parent ce6d96e59b
commit e23c0086c2
75 changed files with 1255 additions and 1246 deletions

View File

@@ -1,4 +1,4 @@
import { createReducer } from '@reduxjs/toolkit';
import {createReducer} from '@reduxjs/toolkit';
import {
confirmYesNoAction,
NOTIFY_APPLICATION_BUSY,
@@ -31,7 +31,7 @@ export const createCommonReducer = (platformInfo, version) => {
};
},
[setAllowMount]: (state, action) => {
return { ...state, AllowMount: action.payload };
return {...state, AllowMount: action.payload};
},
[setApplicationReady]: (state, action) => {
return {