langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
35.41k stars 4.21k forks source link

fix: conditionally enable useGetFoldersQuery in AppInitPage after initial fetch #4773

Closed Cristhianzl closed 3 days ago

Cristhianzl commented 3 days ago

This pull request includes a change to the AppInitPage component in the src/frontend/src/pages/AppInitPage/index.tsx file. The change ensures that the useGetFoldersQuery hook is only enabled after the initial data fetch is completed.