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(() => { >