MCPcopy
hub / github.com/FlowiseAI/Flowise / onEditClick

Function onEditClick

packages/ui/src/views/workspace/WorkspaceUsers.jsx:131–137  ·  view source on GitHub ↗
(user)

Source from the content-addressed store, hash-verified

129 }
130
131 const onEditClick = (user) => {
132 if (user.status.toUpperCase() === 'INVITED') {
133 editInvite(user)
134 } else {
135 editUser(user)
136 }
137 }
138
139 const editInvite = (user) => {
140 const dialogProp = {

Callers 1

WorkspaceDetailsFunction · 0.85

Calls 2

editInviteFunction · 0.70
editUserFunction · 0.70

Tested by

no test coverage detected