mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-06 03:38:31 -05:00
feat: save flow on compute + update flowsint-app/README.md
This commit is contained in:
@@ -34,7 +34,7 @@ This will create a production build in the `dist` folder.
|
||||
### Preview
|
||||
|
||||
```bash
|
||||
$ npm run preview
|
||||
$ npm run start
|
||||
```
|
||||
|
||||
This will preview the production build locally.
|
||||
This will start the production build locally.
|
||||
|
||||
@@ -398,6 +398,7 @@ const FlowEditor = memo(({ initialEdges, initialNodes, theme, flow }: FlowEditor
|
||||
toast.error('Save the flow first to compute it.')
|
||||
return
|
||||
}
|
||||
await handleSaveFlow()
|
||||
|
||||
setLoading(true)
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user