Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ onChange
Function
onChange
packages/ui/src/views/tools/index.jsx:63–67 ·
view source on GitHub ↗
(page, pageLimit)
Source
from the content-addressed store, hash-verified
61
const [total, setTotal] = useState(0)
62
63
const onChange = (page, pageLimit) => {
64
setCurrentPage(page)
65
setPageLimit(pageLimit)
66
refresh(page, pageLimit)
67
}
68
69
const refresh = (page, limit) => {
70
const params = {
Callers
13
StateKeyValueInput.test.tsx
File · 0.50
JsonInput
Function · 0.50
MessagesInput.test.tsx
File · 0.50
NodeInputHandler.test.tsx
File · 0.50
StubAsyncInput
Function · 0.50
SwitchInput
Function · 0.50
StateKeyValueInput
Function · 0.50
StructuredOutputBuilder.test.tsx
File · 0.50
CreateCredentialDialog.test.tsx
File · 0.50
CredentialField
Function · 0.50
AsyncOptionsInput
Function · 0.50
AsyncOptionsDropdown
Function · 0.50
Calls
1
refresh
Function · 0.70
Tested by
1
StubAsyncInput
Function · 0.40