@@ -221,14 +224,12 @@ const labels = computed(() => ({
v-model="paginateBy"
class="ui dropdown"
>
-
-
-
diff --git a/front/src/components/library/TagsSelector.vue b/front/src/components/library/TagsSelector.vue
index 411b3a990..e0d90e4ff 100644
--- a/front/src/components/library/TagsSelector.vue
+++ b/front/src/components/library/TagsSelector.vue
@@ -8,11 +8,11 @@ import { useStore } from '~/store'
import $ from 'jquery'
interface Events {
- (e: 'update:modelValue', tags: Tag[]): void
+ (e: 'update:modelValue', tags: string[]): void
}
interface Props {
- modelValue: Tag[]
+ modelValue: string[]
}
const emit = defineEmits
()
diff --git a/front/src/components/manage/ChannelsTable.vue b/front/src/components/manage/ChannelsTable.vue
index 8d2d2b795..77e2c199a 100644
--- a/front/src/components/manage/ChannelsTable.vue
+++ b/front/src/components/manage/ChannelsTable.vue
@@ -1,7 +1,8 @@
@@ -121,7 +125,7 @@ const labels = computed(() => ({