Skip to content

Commit

Permalink
Merge pull request #38310 from nextcloud/followup/38170/remove-former…
Browse files Browse the repository at this point in the history
…-track-by-property

fix(workflowengine): Remove unused property track-by
  • Loading branch information
nickvergessen authored May 16, 2023
2 parents 10ceae3 + 96a4274 commit 1ce8fc6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions apps/workflowengine/src/components/Check.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
v-model="currentOption"
:options="options"
label="name"
track-by="class"
:clearable="false"
:placeholder="t('workflowengine', 'Select a filter')"
@input="updateCheck" />
Expand All @@ -13,7 +12,6 @@
:options="operators"
class="comparator"
label="name"
track-by="operator"
:clearable="false"
:placeholder="t('workflowengine', 'Select a comparator')"
@input="updateCheck" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
:options="groups"
:clearable="false"
label="displayname"
track-by="id"
@search-change="searchAsync"
@input="(value) => $emit('input', value.id)" />
</div>
Expand Down
4 changes: 2 additions & 2 deletions dist/workflowengine-workflowengine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/workflowengine-workflowengine.js.map

Large diffs are not rendered by default.

0 comments on commit 1ce8fc6

Please sign in to comment.