MCPcopy
hub / github.com/FlowiseAI/Flowise / onConfirm

Function onConfirm

packages/ui/src/hooks/useConfirm.jsx:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 const onConfirm = () => {
16 closeConfirm()
17 resolveCallback(true)
18 }
19
20 const onCancel = () => {
21 closeConfirm()

Callers 2

ExpandTextDialogFunction · 0.50

Calls 1

closeConfirmFunction · 0.85

Tested by

no test coverage detected