MCPcopy
hub / github.com/FlowiseAI/Flowise / onChange

Function onChange

packages/ui/src/views/evaluations/index.jsx:90–94  ·  view source on GitHub ↗
(page, pageLimit)

Source from the content-addressed store, hash-verified

88 const [pageLimit, setPageLimit] = useState(DEFAULT_ITEMS_PER_PAGE)
89 const [total, setTotal] = useState(0)
90 const onChange = (page, pageLimit) => {
91 setCurrentPage(page)
92 setPageLimit(pageLimit)
93 refresh(page, pageLimit)
94 }
95
96 const refresh = (page, limit) => {
97 const params = {

Callers

nothing calls this directly

Calls 1

refreshFunction · 0.70

Tested by

no test coverage detected