mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Added one more comment.
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user