Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Nov 4, 2024
1 parent 9299e76 commit 7a4d9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/internal/views/speech-services/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ export const SpeechServiceForm = ({ credential }: SpeechServiceFormProps) => {
);
});
}}
required={!v.model && !v.voice_cloning_key}
required={!v.voice_cloning_key}
/>
</div>
</div>
Expand Down

0 comments on commit 7a4d9c7

Please sign in to comment.