mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
Fix local state sync issue, STT auth issue, and add none option for speech to text
This commit is contained in:
@@ -48,6 +48,12 @@ export const Input = ({ inputParam, value, nodes, edges, nodeId, onChange, disab
|
||||
}
|
||||
}, [myValue])
|
||||
|
||||
useEffect(() => {
|
||||
if (value) {
|
||||
setMyValue(value)
|
||||
}
|
||||
}, [value])
|
||||
|
||||
return (
|
||||
<>
|
||||
{inputParam.name === 'note' ? (
|
||||
|
||||
Reference in New Issue
Block a user