Don't hard fail on sync set error
Need to fix double sync loop first.
This commit is contained in:
parent
a4c9115063
commit
07916059ed
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ reducers[ACTIONS.SET_SYNC_FAILED] = (state, action) =>
|
|||
Object.assign({}, state, {
|
||||
setSyncIsPending: false,
|
||||
setSyncErrorMessage: action.data.error,
|
||||
fatalError: true,
|
||||
});
|
||||
|
||||
reducers[ACTIONS.SET_SYNC_COMPLETED] = (state, action) =>
|
||||
|
|
Loading…
Reference in a new issue