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

Function handleClick

packages/ui/src/views/docstore/DocumentStoreDetail.jsx:425–429  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

423 }
424
425 const handleClick = (event) => {
426 event.preventDefault()
427 event.stopPropagation()
428 setAnchorEl(event.currentTarget)
429 }
430
431 const onViewUpsertAPI = (storeId, loaderId) => {
432 const props = {

Callers 1

LoaderRowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected