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

Function refresh

packages/ui/src/views/datasets/index.jsx:84–91  ·  view source on GitHub ↗
(page, limit)

Source from the content-addressed store, hash-verified

82 }
83
84 const refresh = (page, limit) => {
85 setLoading(true)
86 const params = {
87 page: page || currentPage,
88 limit: limit || pageLimit
89 }
90 getAllDatasets.request(params)
91 }
92
93 const goToRows = (selectedDataset) => {
94 navigate(`/dataset_rows/${selectedDataset.id}?page=1&limit=10`)

Callers 3

onChangeFunction · 0.70
onConfirmFunction · 0.70
EvalDatasetsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected