Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TaskingAI/TaskingAI
/ handleDelete
Function
handleDelete
frontend/src/components/actions/index.tsx:200–204 ·
view source on GitHub ↗
(val: any)
Source
from the content-addressed store, hash-verified
198
}
199
200
const handleDelete = (val: any) => {
201
setOpenDeleteModal(true)
202
setDeleteValue(val.name)
203
setActionId(val.action_id)
204
}
205
206
const handleCancel = () => {
207
setOpenDrawer(false)
Callers
1
Actions
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected