MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / onChange

Function onChange

packages/ui/src/views/variables/index.jsx:102–106  ·  view source on GitHub ↗
(page, pageLimit)

Source from the content-addressed store, hash-verified

100 const [total, setTotal] = useState(0)
101
102 const onChange = (page, pageLimit) => {
103 setCurrentPage(page)
104 setPageLimit(pageLimit)
105 refresh(page, pageLimit)
106 }
107
108 const refresh = (page, limit) => {
109 const params = {

Callers

nothing calls this directly

Calls 1

refreshFunction · 0.70

Tested by

no test coverage detected