MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / handleDelete

Function handleDelete

frontend/src/components/modelsPage/index.tsx:165–172  ·  view source on GitHub ↗
(record: RecordType)

Source from the content-addressed store, hash-verified

163
164 }
165 const handleDelete = (record: RecordType) => {
166 setIsVisible(false)
167 setOpenDeleteModal(true)
168 setDeleteValue('')
169 setDisabled(true)
170 setRecord(record)
171
172 }
173
174 const handleJump = async (value: RecordType) => {
175 dispatch(setLoading(true));

Callers 1

ModelsPageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected