Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use @nextcloud/vue MultiselectTags component
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot-nextcloud[bot] committed Oct 20, 2022
commit 0484885d38a922a1d803befeb33b9cf814c2e14f
7 changes: 3 additions & 4 deletions apps/workflowengine/src/components/Checks/FileSystemTag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@
-->

<template>
<MultiselectTag v-model="newValue"
<MultiselectTags v-model="newValue"
:multiple="false"
:label="t('workflowengine', 'Select a tag')"
@input="update" />
</template>

<script>
import { MultiselectTag } from './MultiselectTag'
import MultiselectTags from '@nextcloud/vue/dist/Components/NcMultiselectTags.js'

export default {
name: 'FileSystemTag',
components: {
MultiselectTag,
MultiselectTags,
},
props: {
value: {
Expand Down

This file was deleted.

115 changes: 0 additions & 115 deletions apps/workflowengine/src/components/Checks/MultiselectTag/api.js

This file was deleted.

27 changes: 0 additions & 27 deletions apps/workflowengine/src/components/Checks/MultiselectTag/index.js

This file was deleted.