aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src/components/Check.vue
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-08-28 18:27:37 +0200
committerJulius Härtl <jus@bitgrid.net>2019-09-10 09:01:23 +0200
commitaa00f401b39c2b63cba7e5e8f6cdec8528466069 (patch)
tree7ca160678bd39c9e6eb762872e9a9186844140d3 /apps/workflowengine/src/components/Check.vue
parent0f84696d10c62e1e522457b876d4583c08d5e197 (diff)
downloadnextcloud-server-aa00f401b39c2b63cba7e5e8f6cdec8528466069.tar.gz
nextcloud-server-aa00f401b39c2b63cba7e5e8f6cdec8528466069.zip
Adjust to new backend URLs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/workflowengine/src/components/Check.vue')
-rw-r--r--apps/workflowengine/src/components/Check.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/workflowengine/src/components/Check.vue b/apps/workflowengine/src/components/Check.vue
index 8cfe5a89020..86005dae268 100644
--- a/apps/workflowengine/src/components/Check.vue
+++ b/apps/workflowengine/src/components/Check.vue
@@ -48,7 +48,7 @@
this.currentOption = Checks[this.check.class]
this.currentOperator = this.operators.find((operator) => operator.operator === this.check.operator)
this.$nextTick(() => {
- this.$refs.checkSelector.$el.focus()
+ //this.$refs.checkSelector.$el.focus()
})
},
computed: {