Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/YMFE/yapi
/ onOk
Method
onOk
client/containers/Project/Setting/ProjectToken/ProjectToken.js:46–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
okText:
'确认'
,
45
cancelText:
'取消'
,
46
async
onOk() {
47
await
that.props.updateToken(that.props.projectId);
48
message.success(
'更新成功'
);
49
},
50
onCancel() {}
51
});
52
};
Callers
4
index.js
File · 0.80
index@4df3f8796e0eea779ba6.js
File · 0.80
t
Function · 0.80
CaseDesModal.js
File · 0.80
Calls
1
updateToken
Method · 0.80
Tested by
no test coverage detected