update version

This commit is contained in:
anovazzi1 2023-06-07 10:54:46 -03:00
commit e3cfdcd136
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow"
version = "0.0.84"
version = "0.0.85"
description = "A Python package with a built-in web application"
authors = ["Logspace <contact@logspace.ai>"]
maintainers = [

View file

@ -236,9 +236,9 @@ export default function ChatModal({
useEffect(() => {
if (
ws.current &&
ws.current &&
(ws.current.readyState === ws.current.CLOSED ||
ws.current.readyState === ws.current.CLOSING)
ws.current.readyState === ws.current.CLOSING)
) {
connectWS();
setLockChat(false);