From ef99f474495b57a870cc0012c88a8c7deabe2efe Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Tue, 4 Jan 2022 10:41:26 +0100 Subject: [PATCH] Fix not working podcast subscription form --- front/src/views/channels/SubscriptionsList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/channels/SubscriptionsList.vue b/front/src/views/channels/SubscriptionsList.vue index 840c252ae8..30fff8f273 100644 --- a/front/src/views/channels/SubscriptionsList.vue +++ b/front/src/views/channels/SubscriptionsList.vue @@ -28,7 +28,7 @@ class="scrolling content" > <remote-search-form - type="both" + initial-type="both" :show-submit="false" :standalone="false" :redirect="true" -- GitLab