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

Function goToCanvas

packages/ui/src/views/chatflows/index.jsx:89–91  ·  view source on GitHub ↗
(selectedChatflow)

Source from the content-addressed store, hash-verified

87 }
88
89 const goToCanvas = (selectedChatflow) => {
90 navigate(`/canvas/${selectedChatflow.id}`)
91 }
92
93 useEffect(() => {
94 applyFilters(currentPage, pageLimit)

Callers 2

ChatflowsFunction · 0.70
openTemplateFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected