diff options
author | Joas Schilling <coding@schilljs.com> | 2020-04-23 13:45:17 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-04-23 13:52:04 +0200 |
commit | 335b1f15f311b3ce37c5e0de9c374b3c2c69c07c (patch) | |
tree | 044603d0b67c2adcfe04af18ba0d1419d659d6db /apps/workflowengine/src/components/Check.vue | |
parent | 3c2dd082640d2429c81639156291cb5978f60eec (diff) | |
download | nextcloud-server-335b1f15f311b3ce37c5e0de9c374b3c2c69c07c.tar.gz nextcloud-server-335b1f15f311b3ce37c5e0de9c374b3c2c69c07c.zip |
Fix workflow UI
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.vue | 6 |
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 { |