fix(editor): Correctly show Workflow Breadcrumbs in MainHeader on Registered Community (#15457)

This commit is contained in:
Charlie Kolb
2025-05-19 11:24:48 +02:00
committed by GitHub
parent f5a9f2eadb
commit 5c3840583d
4 changed files with 30 additions and 9 deletions

View File

@@ -679,7 +679,11 @@ const onBreadcrumbsItemSelected = (item: PathItem) => {
@item-selected="onBreadcrumbsItemSelected"
>
<template #append>
<span v-if="projectsStore.currentProject" :class="$style['path-separator']">/</span>
<span
v-if="projectsStore.currentProject ?? projectsStore.personalProject"
:class="$style['path-separator']"
>/</span
>
<ShortenName :name="name" :limit="value" :custom="true" test-id="workflow-name-input">
<template #default="{ shortenedName }">
<InlineTextEdit