Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
ExpandTextDialog
Function · 0.50
StructuredOutputBuilder.test.tsx
File · 0.50
Calls
1
closeConfirm
Function · 0.85
Tested by
no test coverage detected