MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / handleEdit

Function handleEdit

frontend/src/components/plugins/index.tsx:142–153  ·  view source on GitHub ↗
(record: any)

Source from the content-addressed store, hash-verified

140 ),
141 },)
142 const handleEdit = async (record: any) => {
143 setFormDisabled(true)
144 setBundleId(record.bundle_id)
145 const data: any = (bundilesList.find((item: any) => item.bundle_id === record.bundle_id) as any)
146 setBundleName(data.name)
147 setBundleDesc(record.description)
148 setCredentialsSchema(data.credentials_schema)
149 form.setFieldsValue(record.display_credentials)
150 setResetButtonShow(true)
151 setOpenEditFormDrawer(true)
152
153 }
154 const handleTools = async (record: any) => {
155 setLoading(true)
156 try {

Callers 1

PluginsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected