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

Function handleCancel

frontend/src/components/createPlugin/index.tsx:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 setOpenCreateModal2(false)
116 }
117 const handleCancel = () => {
118 handleCloseModal()
119 }
120 const handleNext = () => {
121 setOpenCreateModal2(true)
122 }

Callers

nothing calls this directly

Calls 1

handleCloseModalFunction · 0.50

Tested by

no test coverage detected