Feature/add disabled nodes env variable (#3797)

* add disabled nodes env variable

* add bugfix to speech to text
This commit is contained in:
Henry Heng
2025-01-02 16:49:41 +00:00
committed by GitHub
parent b34a82335d
commit 50475f1fe5
8 changed files with 14 additions and 4 deletions
@@ -306,7 +306,7 @@ const SpeechToText = ({ dialogProps }) => {
newVal[provider.name] = { ...speechToText[provider.name], status: false }
}
})
if (providerName !== 'none') {
if (providerName !== 'none' && newVal['none']) {
newVal['none'].status = false
}
}