* fix: agentflow list refresh after deletion (Issue #5360) Root Cause: When deleting an Agentflow from the list view, updateFlowsApi.request() was called without pagination parameters. This caused the backend to return a plain array instead of the expected { data: [], total: 0 } format, leading to a TypeError when accessing .data.length. Solution: - Created refreshAgentflows callback that includes current pagination state - Passed callback through FlowListTable to FlowListMenu - Updated handleDelete to use callback instead of direct API call - Maintains backward compatibility for components without callback Fixes #5360 * reverting * add pagination support to FlowListMenu and FlowListTable --------- Co-authored-by: Henry <hzj94@hotmail.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .env.example | ||
| .npmignore | ||
| README-ZH.md | ||
| README.md | ||
| craco.config.js | ||
| index.html | ||
| jsconfig.json | ||
| package.json | ||
| vite.config.js | ||
README.md
Flowise UI
English | 中文
React frontend ui for Flowise.
Install:
npm i flowise-ui
License
Source code in this repository is made available under the Apache License Version 2.0.
