Removes the combined table-topo-view

This commit is contained in:
Simon Howe
2016-08-03 08:46:17 +02:00
parent c51e290127
commit fa502ae6ad
12 changed files with 72 additions and 79 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ const ACTION_TYPES = [
'UNPIN_NETWORK',
'SHOW_NETWORKS',
'SET_RECEIVED_NODES_DELTA',
'SORT_ORDER_CHANGED'
'SORT_ORDER_CHANGED',
'SET_GRID_MODE',
];
export default _.zipObject(ACTION_TYPES, ACTION_TYPES);