chore(core): use the name property for tour flow element labels (#13569)

Closes https://github.com/kestra-io/kestra/issues/13546.
This commit is contained in:
Miloš Paunović
2025-12-10 10:46:36 +01:00
committed by GitHub
parent ac11e9545c
commit b833cf28b5

View File

@@ -60,7 +60,7 @@
@click="activeFlow = flowIndex"
>
<p class="title mb-2">
{{ flow.description }}
{{ flow.labels?.find(l => l.key === 'name')?.value ?? flow.id }}
</p>
<div>
<div