fix(front): todo for deeplink to upload channel

environments/review-docs-feat-z0hkbz/deployments/21073
ArneBo 2025-04-15 12:44:50 +02:00
rodzic 5deedcf2e9
commit 3a8dcf00d9
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -278,12 +278,15 @@ const tabs = ref([
flex
class="header-buttons"
>
<!-- TODO: Deeplink to channel upload with the channel selected -->
<Link
v-if="isOwner"
solid
primary
low-height
icon="bi-upload"
channel="object"
filter="object.artist?.content_category === 'podcast' ? 'podcast' : 'music'"
:to="useModal('upload').to"
>
{{ t('views.channels.DetailBase.button.upload') }}