Skip to content

Commit

Permalink
Merge pull request #34703 from nextcloud/bugfix/noid/use-vue-lib-mult…
Browse files Browse the repository at this point in the history
…iselect-tags-component
  • Loading branch information
Pytal authored Oct 20, 2022
2 parents d48a637 + 1b30ca0 commit 72744a7
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 282 deletions.
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.

4 changes: 2 additions & 2 deletions dist/core-common.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/core-common.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@

/*! For license information please see NcMultiselect.js.LICENSE.txt */

/*! For license information please see NcMultiselectTags.js.LICENSE.txt */

/*! For license information please see NcPasswordField.js.LICENSE.txt */

/*! For license information please see NcRichContenteditable.js.LICENSE.txt */
Expand Down
2 changes: 1 addition & 1 deletion dist/core-common.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/workflowengine-workflowengine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/workflowengine-workflowengine.js.map

Large diffs are not rendered by default.

0 comments on commit 72744a7

Please sign in to comment.