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.92k stars 4.25k forks source link

fix: Indent JSON output for exported flow data #4750

Closed ogabrielluiz closed 6 days ago

ogabrielluiz commented 1 week ago

This was causing all starter projects to be reformatted in the backend because they were exported from the UI.

This pull request modifies the JSON output formatting for exported flow data in the reactflowUtils.ts file. The changes ensure that the JSON is indented for better readability by adding a spacing parameter to the JSON.stringify method.