MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / editInvite

Function editInvite

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

Source from the content-addressed store, hash-verified

137 }
138
139 const editInvite = (user) => {
140 const dialogProp = {
141 type: 'EDIT',
142 cancelButtonName: 'Cancel',
143 confirmButtonName: 'Update Invite',
144 data: {
145 ...user,
146 isWorkspaceUser: true
147 },
148 disableWorkspaceSelection: true
149 }
150 setDialogProps(dialogProp)
151 setShowAddUserDialog(true)
152 }
153
154 const editUser = (user) => {
155 const userObj = {

Callers 1

onEditClickFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected