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 3b9ad59 commit 1963b58Copy full SHA for 1963b58
1 file changed
lib/reducer.js
@@ -134,6 +134,7 @@ function folders (state = initialFolders, action) {
134
state.splice(a, 1, folderB)
135
state.splice(b, 1, folderA)
136
}
137
+ dataStore.setFolders(state)
138
return state
139
default:
140
0 commit comments