We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2e835 commit 62ab67aCopy full SHA for 62ab67a
src/components/cylc/tree/TreeItem.vue
@@ -42,6 +42,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
42
type to family. -->
43
<Task
44
v-cylc-object="node.node"
45
+ v-if="node.familyTree"
46
:key="node.id"
47
:task="node.familyTree[0].node"
48
/>
0 commit comments