diff --git a/src/components/forms/SpeechForm.js b/src/components/forms/SpeechForm.js index 75ec20c..f279f07 100644 --- a/src/components/forms/SpeechForm.js +++ b/src/components/forms/SpeechForm.js @@ -99,6 +99,7 @@ const SpeechServicesAddEdit = (props) => { const [useCustomStt, setUseCustomStt] = useState(false); const [customTtsEndpoint, setCustomTtsEndpoint] = useState(''); const [customSttEndpoint, setCustomSttEndpoint] = useState(''); + // eslint-disable-next-line no-unused-vars const [tmpCustomTtsEndpoint, setTmpCustomTtsEndpoint] = useState(''); const [tmpCustomSttEndpoint, setTmpCustomSttEndpoint] = useState(''); @@ -114,6 +115,7 @@ const SpeechServicesAddEdit = (props) => { const [invalidApiKey, setInvalidApiKey] = useState(false); const [invalidRegion, setInvalidRegion] = useState(false); const [invalidAwsRegion, setInvalidAwsRegion] = useState(false); + // eslint-disable-next-line no-unused-vars const [invalidUseCustomTts, setInvalidUseCustomTts] = useState(false); const [invalidUseCustomStt, setInvalidUseCustomStt] = useState(false); @@ -702,6 +704,7 @@ const SpeechServicesAddEdit = (props) => { ))} +{/*