There was an error while loading. Please reload this page.
1 parent 0ceb421 commit 483a963Copy full SHA for 483a963
client/app/reducers/index.js
@@ -541,7 +541,6 @@ function graphUiState(state=initialGraphUIState, action) {
541
* UI state related to the graph
542
*/
543
switch(action.type) {
544
- case uiActionTypes.SET_ACTIVE_COLLECTION:
545
case uiActionTypes.SET_ACTIVE_NODE:
546
case uiActionTypes.ADD_COLLECTION:
547
return {
0 commit comments