mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
add default none option
This commit is contained in:
@@ -105,7 +105,7 @@ const SpeechToTextDialog = ({ show, dialogProps, onCancel }) => {
|
||||
const closeSnackbar = (...args) => dispatch(closeSnackbarAction(...args))
|
||||
|
||||
const [speechToText, setSpeechToText] = useState({})
|
||||
const [selectedProvider, setSelectedProvider] = useState('openAIWhisper')
|
||||
const [selectedProvider, setSelectedProvider] = useState('none')
|
||||
|
||||
const onSave = async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user