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

Function handleVersionChange

packages/ui/src/views/agentflows/index.jsx:79–84  ·  view source on GitHub ↗
(event, nextView)

Source from the content-addressed store, hash-verified

77 }
78
79 const handleVersionChange = (event, nextView) => {
80 if (nextView === null) return
81 localStorage.setItem('agentFlowVersion', nextView)
82 setAgentflowVersion(nextView)
83 refresh(1, pageLimit, nextView)
84 }
85
86 const onSearchChange = (event) => {
87 setSearch(event.target.value)

Callers

nothing calls this directly

Calls 1

refreshFunction · 0.70

Tested by

no test coverage detected