mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Feature/add disabled nodes env variable (#3797)
* add disabled nodes env variable * add bugfix to speech to text
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user