MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / edit

Function edit

packages/ui/src/views/datasets/index.jsx:112–121  ·  view source on GitHub ↗
(dataset)

Source from the content-addressed store, hash-verified

110 }
111
112 const edit = (dataset) => {
113 const dialogProp = {
114 type: 'EDIT',
115 cancelButtonName: 'Cancel',
116 confirmButtonName: 'Save',
117 data: dataset
118 }
119 setDatasetDialogProps(dialogProp)
120 setShowDatasetDialog(true)
121 }
122
123 const deleteDataset = async (dataset) => {
124 const confirmPayload = {

Callers 1

EvalDatasetsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected