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

Function handleSuccess

frontend/src/components/modalFooterEnd/index.tsx:12–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 onCancel()
11 }
12 const handleSuccess = async () => {
13 try {
14 setConfirmLoading(true);
15 await handleOk();
16 } finally {
17 setConfirmLoading(false);
18 }
19 }
20 return (
21 <div className={styles['button-footer']}>
22 <Button key="cancel" onClick={handleCancel} className='cancel-button'>

Callers

nothing calls this directly

Calls 1

handleOkFunction · 0.85

Tested by

no test coverage detected