Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ closeConfirm
Function
closeConfirm
packages/ui/src/hooks/useConfirm.jsx:9–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
const [confirmState, dispatch] = useContext(ConfirmContext)
8
9
const closeConfirm = () => {
10
dispatch({
11
type: HIDE_CONFIRM
12
})
13
}
14
15
const onConfirm = () => {
16
closeConfirm()
Callers
2
onConfirm
Function · 0.85
onCancel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected