diff --git a/src/reducers/project-state.js b/src/reducers/project-state.js index 86ae65836c7ad00dddbff62e8bc1c4c6ccf779a0..8824d5d5a8060014ac9871c2abbf5bdedc1e5d7e 100644 --- a/src/reducers/project-state.js +++ b/src/reducers/project-state.js @@ -290,7 +290,7 @@ const reducer = function (state, action) { error: action.error }); } - // non-fatal errors: there's no correct editor state for us to show + // non-fatal errors: can keep showing editor state fine if ([ LoadingState.AUTO_UPDATING, LoadingState.CREATING_COPY,