aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src/components/Check.vue
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2020-04-23 17:16:33 +0200
committerGitHub <noreply@github.com>2020-04-23 17:16:33 +0200
commit24e58947d6fba02c3d0ff709213f527411fcec0c (patch)
treea3fdc4e639502654c65dbabf8b53c0a7e5356ef3 /apps/workflowengine/src/components/Check.vue
parent7c6e77a7fac364a1686805526e698e123c9a19a8 (diff)
parent335b1f15f311b3ce37c5e0de9c374b3c2c69c07c (diff)
downloadnextcloud-server-24e58947d6fba02c3d0ff709213f527411fcec0c.tar.gz
nextcloud-server-24e58947d6fba02c3d0ff709213f527411fcec0c.zip
Merge pull request #20618 from nextcloud/bugfix/noid/fix-workflow-ui
Fix workflow UI
Diffstat (limited to 'apps/workflowengine/src/components/Check.vue')
-rw-r--r--apps/workflowengine/src/components/Check.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/src/components/Check.vue b/apps/workflowengine/src/components/Check.vue
index f737bc2f1a9..e075d23142f 100644
--- a/apps/workflowengine/src/components/Check.vue
+++ b/apps/workflowengine/src/components/Check.vue
@@ -41,9 +41,9 @@
</template>
<script>
-import { Multiselect } from '@nextcloud/vue/dist/Components/Multiselect'
-import { Actions } from '@nextcloud/vue/dist/Components/Actions'
-import { ActionButton } from '@nextcloud/vue/dist/Components/ActionButton'
+import Multiselect from '@nextcloud/vue/dist/Components/Multiselect'
+import Actions from '@nextcloud/vue/dist/Components/Actions'
+import ActionButton from '@nextcloud/vue/dist/Components/ActionButton'
import ClickOutside from 'vue-click-outside'
export default {