langflow/src
anovazzi1 e22062bba5 feat(PageComponent): add useEffect hook to save flow when component unmounts if flow is pending
The useEffect hook was added to the PageComponent to save the flow when the component unmounts if the flow is pending. This is done to ensure that any changes made to the flow are saved before the component is unmounted. The tabsState and saveFlow functions were also added as dependencies to the hook.
2023-06-15 17:12:33 -03:00
..
backend 🐛 fix(chat.py): change the prefix of the error message to 'data' to fix the server response 2023-06-15 15:08:38 -03:00
frontend feat(PageComponent): add useEffect hook to save flow when component unmounts if flow is pending 2023-06-15 17:12:33 -03:00