From 01ed8cfb12781dc1ac6c2339a494afc13a279674 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 11 Feb 2025 13:01:03 +0100 Subject: [PATCH] fix(front): remove debug output from upload form --- front/src/components/channels/AlbumSelect.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/front/src/components/channels/AlbumSelect.vue b/front/src/components/channels/AlbumSelect.vue index 208d28fd0..ac9cd8cc7 100644 --- a/front/src/components/channels/AlbumSelect.vue +++ b/front/src/components/channels/AlbumSelect.vue @@ -58,7 +58,6 @@ watch(() => props.channel, fetchData, { immediate: true }) {{ t('components.channels.AlbumSelect.label.album') }} - {{ albums }}