Skip to content

Commit

Permalink
fix: Workflow text to speech node cannot be added (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 authored Feb 7, 2025
1 parent 5e75b25 commit d9e18f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/workflow/nodes/text-to-speech-node/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@
</el-form-item>
</el-form>
</el-card>
<TTSModeParamSettingDialog ref="TTSModeParamSettingDialogRef" @refresh="refreshTTSForm" />
</NodeContainer>
<TTSModeParamSettingDialog ref="TTSModeParamSettingDialogRef" @refresh="refreshTTSForm" />
</template>

<script setup lang="ts">
Expand Down

0 comments on commit d9e18f1

Please sign in to comment.