From f8343c189dab6cb9ac2e7184a4b19d689f90804b Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Thu, 24 Aug 2017 18:14:43 +0200 Subject: [PATCH] Added one more comment. --- client/app/scripts/components/topology-options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/app/scripts/components/topology-options.js b/client/app/scripts/components/topology-options.js index 0fa3cac51..9a8cc7b4f 100644 --- a/client/app/scripts/components/topology-options.js +++ b/client/app/scripts/components/topology-options.js @@ -83,6 +83,7 @@ class TopologyOptions extends React.Component { // TODO: This logic should probably be made consistent with how topology // selection is handled when time travelling, especially when the name- // spaces are brought under category selection. + // TODO: Consider extracting this into a global selector. let activeValue = option.get('defaultValue'); if (activeOptions && activeOptions.has(optionId)) { const activeSelection = makeSet(activeOptions.get(optionId));