Add offline alert
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
@@ -33,7 +33,7 @@ export const initialState: State = {
|
||||
menuVisible: false,
|
||||
userPackages: {},
|
||||
accountMenuVisible: false,
|
||||
isOnline: window.navigator.onLine
|
||||
isOnline: true
|
||||
}
|
||||
|
||||
export function reducer(state = initialState, action: appCommonActions.Actions ): State {
|
||||
|
Reference in New Issue
Block a user