fix(workflowengine): Remove unused property track-by

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-05-16 15:22:55 +02:00
parent 75b7c13cae
commit ae586e25f8
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
2 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@
v-model="currentOption"
:options="options"
label="name"
track-by="class"
:clearable="false"
:placeholder="t('workflowengine', 'Select a filter')"
@input="updateCheck" />
@ -13,7 +12,6 @@
:options="operators"
class="comparator"
label="name"
track-by="operator"
:clearable="false"
:placeholder="t('workflowengine', 'Select a comparator')"
@input="updateCheck" />

View File

@ -27,7 +27,6 @@
:options="groups"
:clearable="false"
label="displayname"
track-by="id"
@search-change="searchAsync"
@input="(value) => $emit('input', value.id)" />
</div>