Merge pull request #38310 from nextcloud/followup/38170/remove-former-track-by-property

fix(workflowengine): Remove unused property track-by
This commit is contained in:
Joas Schilling 2023-05-16 19:40:05 +02:00 committed by GitHub
commit 1ce8fc6b31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 6 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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long