Fix local state sync issue, STT auth issue, and add none option for speech to text

This commit is contained in:
Ilango
2024-02-20 23:29:14 +05:30
parent 8bad360796
commit 97a376d6e2
3 changed files with 116 additions and 92 deletions
@@ -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' ? (