Fix broken search for tags in workflow checks

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-02-16 16:41:27 +01:00 committed by backportbot-nextcloud[bot]
parent bbcfa69dd2
commit 6306eb7114

View file

@ -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: {