Skip to content

Commit

Permalink
Fix custom voice
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Aug 18, 2019
1 parent 8859022 commit 2e326b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const SpeechSynthesisDeploymentIdInput = () => {
return (
<input
className="form-control"
disabled={ ponyfillCapabilities.customVoice }
disabled={ !ponyfillCapabilities.customVoice }
onChange={ dispatchSetSpeechSynthesisDeploymentId }
type="text"
value={ speechSynthesisDeploymentId }
Expand Down

0 comments on commit 2e326b4

Please sign in to comment.