From 973b5bf7a067cc98bd49d4920579688d6d6c9ee3 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Thu, 20 Mar 2025 00:50:28 +0800 Subject: [PATCH] fix(stage-ui): type check --- .../stage-ui/src/components/Form/VoiceCard.story.vue | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/packages/stage-ui/src/components/Form/VoiceCard.story.vue b/packages/stage-ui/src/components/Form/VoiceCard.story.vue index 854024d4e..7975d5528 100644 --- a/packages/stage-ui/src/components/Form/VoiceCard.story.vue +++ b/packages/stage-ui/src/components/Form/VoiceCard.story.vue @@ -128,11 +128,6 @@ function stopAudio() { currentlyPlayingId.value = undefined } -// Select voice function -function selectVoice(voiceId: string) { - selectedVoiceId.value = voiceId -} - // Clean up on unmount onBeforeUnmount(() => { stopAudio() @@ -155,13 +150,13 @@ onBeforeUnmount(() => { >