aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-08-11 21:00:27 +0300
committerHenry Jameson <me@hjkos.com>2022-08-11 21:00:27 +0300
commit77127e2a588abb5bf329506ff7e006021b086e90 (patch)
tree77e89d3e89fe1cc687bf7c3044dbe63732c0030a /src/components/timeline/timeline.vue
parent04f8c2d29d0e9c5e0341b067e5e783b90c95064b (diff)
you can now pin lists
Diffstat (limited to 'src/components/timeline/timeline.vue')
-rw-r--r--src/components/timeline/timeline.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue
index 627cafbb..fad3ff13 100644
--- a/src/components/timeline/timeline.vue
+++ b/src/components/timeline/timeline.vue
@@ -1,7 +1,7 @@
<template>
<div :class="['Timeline', classes.root]">
<div :class="classes.header">
- <TimelineMenu v-if="!embedded" />
+ <TimelineMenu v-if="!embedded" :timeline-name="timelineName"/>
<button
v-if="showLoadButton"
class="button-default loadmore-button"