MCPcopy
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

onConfirmFunction · 0.85
onCancelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected