diff options
Diffstat (limited to 'src/components/timeline_menu/timeline_menu.vue')
| -rw-r--r-- | src/components/timeline_menu/timeline_menu.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline_menu/timeline_menu.vue b/src/components/timeline_menu/timeline_menu.vue index c24b9d72..5ef96328 100644 --- a/src/components/timeline_menu/timeline_menu.vue +++ b/src/components/timeline_menu/timeline_menu.vue @@ -10,7 +10,7 @@ @close="() => isOpen = false" > <template #content> - <TimelineMenuContent /> + <TimelineMenuContent :content="timelinesList" /> </template> <template #trigger> <span class="button-unstyled title timeline-menu-title"> |
