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

Function changePage

packages/ui/src/views/auth/loginActivity.jsx:131–135  ·  view source on GitHub ↗
(newPage)

Source from the content-addressed store, hash-verified

129 }
130
131 const changePage = (newPage) => {
132 setLoading(true)
133 setCurrentPage(newPage)
134 refreshData(newPage, startDate, endDate, typeFilter)
135 }
136
137 const handleTypeFilterChange = (event) => {
138 const {

Callers 1

LoginActivityFunction · 0.70

Calls 1

refreshDataFunction · 0.85

Tested by

no test coverage detected