diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 89583c08..35cb6539 100755 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -7,10 +7,11 @@ const route = useRoute() // Hide the sidebar on LaunchView, BatchRunView and WorkflowWorkbench const showSidebar = computed(() => route.path !== '/launch' && route.path !== '/batch-run') +const isHomeRoute = computed(() => route.path === '/')