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

Function onConfirm

packages/ui/src/views/users/index.jsx:363–367  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361 }
362
363 const onConfirm = () => {
364 setShowInviteDialog(false)
365 setShowEditDialog(false)
366 getAllUsersByOrganizationIdApi.request(currentUser.activeOrganizationId)
367 }
368
369 useEffect(() => {
370 getAllUsersByOrganizationIdApi.request(currentUser.activeOrganizationId)

Callers 2

deleteUserFunction · 0.70
updateUserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected