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/Rule.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/Rule.vue')
-rw-r--r-- | apps/workflowengine/src/components/Rule.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/src/components/Rule.vue b/apps/workflowengine/src/components/Rule.vue index 54e38b45b40..b0e00d73679 100644 --- a/apps/workflowengine/src/components/Rule.vue +++ b/apps/workflowengine/src/components/Rule.vue @@ -51,9 +51,9 @@ </template> <script> -import { Tooltip } from '@nextcloud/vue/dist/Directives/Tooltip' -import { Actions } from '@nextcloud/vue/dist/Components/Actions' -import { ActionButton } from '@nextcloud/vue/dist/Components/ActionButton' +import Tooltip from '@nextcloud/vue/dist/Directives/Tooltip' +import Actions from '@nextcloud/vue/dist/Components/Actions' +import ActionButton from '@nextcloud/vue/dist/Components/ActionButton' import Event from './Event' import Check from './Check' import Operation from './Operation' |