Skip to content

Commit

Permalink
Merge pull request #36754 from nextcloud/bugfix/noid/fix-broken-tag-s…
Browse files Browse the repository at this point in the history
…earch-in-workflow-checks

Fix broken search for tags in workflow checks
  • Loading branch information
nickvergessen authored Feb 24, 2023
2 parents fbbdc64 + 1f8aeef commit 9650685
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apps/workflowengine/src/components/Checks/FileSystemTag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
-->

<template>
<MultiselectTags v-model="newValue"
<NcSelectTags v-model="newValue"
:multiple="false"
@input="update" />
</template>

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

export default {
name: 'FileSystemTag',
components: {
MultiselectTags,
NcSelectTags,
},
props: {
value: {
Expand Down
4 changes: 2 additions & 2 deletions dist/core-common.js

Large diffs are not rendered by default.

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 9650685

Please sign in to comment.