diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-08-28 18:27:37 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-09-10 09:01:23 +0200 |
commit | aa00f401b39c2b63cba7e5e8f6cdec8528466069 (patch) | |
tree | 7ca160678bd39c9e6eb762872e9a9186844140d3 /apps/workflowengine/src/components/Check.vue | |
parent | 0f84696d10c62e1e522457b876d4583c08d5e197 (diff) | |
download | nextcloud-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.vue | 2 |
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: { |