You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tree/table: remove unnecessary root family queries
* The tree view is already requesting all families (including the root
family) so this was requesting the root family twice.
* The table view doesn't use families, the cycle point query
is hangover from when it shared the same query as the table view
(see 5081d3c).
* Closes#1581
0 commit comments