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

Function edit

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

Source from the content-addressed store, hash-verified

128 }
129
130 const edit = (credential) => {
131 const dialogProp = {
132 type: 'EDIT',
133 cancelButtonName: 'Cancel',
134 confirmButtonName: 'Save',
135 data: credential
136 }
137 setSpecificCredentialDialogProps(dialogProp)
138 setShowSpecificCredentialDialog(true)
139 }
140
141 const share = (credential) => {
142 const dialogProps = {

Callers 1

CredentialsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected