From 1b5c955d830cc410150363268190d05bd96b40cc Mon Sep 17 00:00:00 2001 From: Gaute Rauboti Date: Tue, 17 Dec 2024 10:37:18 +0100 Subject: [PATCH] Enabled for podcasts --- src/containers/Podcast/components/PodcastForm.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/containers/Podcast/components/PodcastForm.tsx b/src/containers/Podcast/components/PodcastForm.tsx index 370f085863..b813e747a5 100644 --- a/src/containers/Podcast/components/PodcastForm.tsx +++ b/src/containers/Podcast/components/PodcastForm.tsx @@ -262,7 +262,11 @@ const PodcastForm = ({ title={t("podcastForm.fields.manuscript")} hasError={[].some((field) => field in errors)} > - +