We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99aeb13 commit 9437ca4Copy full SHA for 9437ca4
packages/app/src/app/store/entities/sandboxes/reducer.js
@@ -239,7 +239,7 @@ export default function reducer(
239
case SAVE_MODULE_CODE_API_ACTIONS.REQUEST:
240
case MASS_UPDATE_MODULE_API_ACTIONS.REQUEST:
241
return mapValues(state, s => {
242
- if (!s.originalGitChanges) {
+ if (!s || !s.originalGitChanges) {
243
return s;
244
}
245
0 commit comments