Browse Source

Use trigger hint

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v18.0.0beta1
Julius Härtl 4 years ago
parent
commit
af3cb9c772
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/workflowengine/src/components/Event.vue

+ 1
- 1
apps/workflowengine/src/components/Event.vue View File

@@ -2,7 +2,7 @@
<div>
<div v-if="operation.isComplex && operation.fixedEntity !== ''">
<img class="option__icon" :src="entity.icon">
<span class="option__title option__title_single">{{ entity.name }}</span>
<span class="option__title option__title_single">{{ operation.triggerHint }}</span>
</div>
<Multiselect v-else :value="currentEvent" :options="allEvents"
label="eventName" track-by="id" :allow-empty="false"

Loading…
Cancel
Save