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));