From f4a6aa4b2a2fc7e89ef40f228d075e90f57d6688 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Wed, 2 Apr 2025 05:03:52 +0200 Subject: [PATCH] feat(front): textarea in channel edit form --- front/src/components/audio/ChannelForm.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/front/src/components/audio/ChannelForm.vue b/front/src/components/audio/ChannelForm.vue index 76076e190..24f132904 100644 --- a/front/src/components/audio/ChannelForm.vue +++ b/front/src/components/audio/ChannelForm.vue @@ -8,11 +8,11 @@ import { useI18n } from 'vue-i18n' import axios from 'axios' import AttachmentInput from '~/components/common/AttachmentInput.vue' -import TagsSelector from '~/components/library/TagsSelector.vue' import Layout from '~/components/ui/Layout.vue' import Alert from '~/components/ui/Alert.vue' import Input from '~/components/ui/Input.vue' +import Textarea from '~/components/ui/Textarea.vue' import Pills from '~/components/ui/Pills.vue' @@ -282,10 +282,11 @@ defineExpose({
- - +