fix(front): show channel dropdown in channel upload form only if more than one channel exists

This commit is contained in:
ArneBo 2025-02-13 11:05:16 +01:00
parent c46ce37206
commit ab6e295724
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ const createEmptyChannel = async () => {
{{ t('components.channels.UploadForm.label.channel') }}: {{ selectedChannel?.artist.name }}
</label>
<select
v-if="availableChannels.count >= 1"
v-if="availableChannels.count > 1"
id="channel-dropdown"
>
<option v-for="channel in availableChannels.channels" :value="channel.uuid">