MCPcopy
hub / github.com/YMFE/yapi / onCancel

Function onCancel

client/containers/Project/Setting/ProjectData/ProjectData.js:204–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 await that.handleAddInterface(res);
203 },
204 onCancel() {
205 that.setState({ showLoading: false, dataSync: 'normal' });
206 ref.destroy();
207 }
208 });
209 };
210

Callers 3

ProjectCard.jsFile · 0.50
ProjectMessage.jsFile · 0.50
GroupSetting.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected