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

Function edit

packages/ui/src/views/datasets/DatasetItems.jsx:198–210  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

196 }
197
198 const edit = (item) => {
199 const dialogProp = {
200 type: 'EDIT',
201 cancelButtonName: 'Cancel',
202 confirmButtonName: 'Save',
203 data: {
204 datasetName: dataset.name,
205 ...item
206 }
207 }
208 setRowDialogProps(dialogProp)
209 setShowRowDialog(true)
210 }
211
212 const deleteDatasetItems = async () => {
213 const confirmPayload = {

Callers 1

EvalDatasetRowsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected