mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user