diff --git a/src/components/cylc/cylcObject/Menu.vue b/src/components/cylc/cylcObject/Menu.vue index 8c6f2c293c..a62b6e75a9 100644 --- a/src/components/cylc/cylcObject/Menu.vue +++ b/src/components/cylc/cylcObject/Menu.vue @@ -279,7 +279,7 @@ export default { { name: 'Log', initialOptions: { - relativeID: this.node.tokens.relativeID + relativeID: this.node.tokens.relativeID || null } } ) diff --git a/src/components/cylc/workflow/Lumino.vue b/src/components/cylc/workflow/Lumino.vue index 65151f188b..61cea3d875 100644 --- a/src/components/cylc/workflow/Lumino.vue +++ b/src/components/cylc/workflow/Lumino.vue @@ -19,14 +19,14 @@ along with this program. If not, see .