From b2861b60d8efdbf99f3531c200cb9bde7c908387 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 24 Jul 2026 15:42:26 +0800 Subject: [PATCH] fix: audio config ui problem (#39504) --- web/app/components/app/configuration/config/config-audio.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/app/configuration/config/config-audio.tsx b/web/app/components/app/configuration/config/config-audio.tsx index e8337c45625..436595c2a5a 100644 --- a/web/app/components/app/configuration/config/config-audio.tsx +++ b/web/app/components/app/configuration/config/config-audio.tsx @@ -44,7 +44,7 @@ const ConfigAudio: FC = () => { if (!isShowAudioConfig || (readonly && !isAudioEnabled)) return null return ( -
+
@@ -63,7 +63,7 @@ const ConfigAudio: FC = () => {
{!readonly && (
-
+
)}