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

Function edit

packages/ui/src/views/variables/index.jsx:135–144  ·  view source on GitHub ↗
(variable)

Source from the content-addressed store, hash-verified

133 }
134
135 const edit = (variable) => {
136 const dialogProp = {
137 type: 'EDIT',
138 cancelButtonName: 'Cancel',
139 confirmButtonName: 'Save',
140 data: variable
141 }
142 setVariableDialogProps(dialogProp)
143 setShowVariableDialog(true)
144 }
145
146 const deleteVariable = async (variable) => {
147 const confirmPayload = {

Callers 1

VariablesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected