aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src/components/Check.vue
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-05-16 15:22:55 +0200
committerJoas Schilling <coding@schilljs.com>2023-05-16 15:22:55 +0200
commitae586e25f84e6bad1a0fe749e99516db7763e38c (patch)
tree1125b3f452b7308d454b87dabd49bd7cdb04e11c /apps/workflowengine/src/components/Check.vue
parent75b7c13caed015dbdaacbde797b3d11638d5ad19 (diff)
downloadnextcloud-server-ae586e25f84e6bad1a0fe749e99516db7763e38c.tar.gz
nextcloud-server-ae586e25f84e6bad1a0fe749e99516db7763e38c.zip
fix(workflowengine): Remove unused property track-by
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/workflowengine/src/components/Check.vue')
-rw-r--r--apps/workflowengine/src/components/Check.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/workflowengine/src/components/Check.vue b/apps/workflowengine/src/components/Check.vue
index 83f823838f7..7402eba0da6 100644
--- a/apps/workflowengine/src/components/Check.vue
+++ b/apps/workflowengine/src/components/Check.vue
@@ -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" />