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

Function onConfirm

packages/ui/src/views/tools/index.jsx:152–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150 }
151
152 const onConfirm = () => {
153 setShowDialog(false)
154 refresh(currentPage, pageLimit)
155 }
156
157 const onAuthorize = () => {
158 refreshCustomMcp(mcpCurrentPage, mcpPageLimit)

Callers 6

handleConfirmFunction · 0.70
addNewToolFunction · 0.70
saveToolFunction · 0.70
deleteToolFunction · 0.70
addNewServerFunction · 0.70
deleteServerFunction · 0.70

Calls 1

refreshFunction · 0.70

Tested by

no test coverage detected