Use trigger hint

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-08-29 17:03:26 +02:00
parent bd281daa47
commit af3cb9c772
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

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"