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

Function share

packages/ui/src/views/credentials/index.jsx:141–155  ·  view source on GitHub ↗
(credential)

Source from the content-addressed store, hash-verified

139 }
140
141 const share = (credential) => {
142 const dialogProps = {
143 type: 'EDIT',
144 cancelButtonName: 'Cancel',
145 confirmButtonName: 'Share',
146 data: {
147 id: credential.id,
148 name: credential.name,
149 title: 'Share Credential',
150 itemType: 'credential'
151 }
152 }
153 setShareCredentialDialogProps(dialogProps)
154 setShowShareCredentialDialog(true)
155 }
156
157 const deleteCredential = async (credential) => {
158 const confirmPayload = {

Callers 1

CredentialsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected