mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-10-15 15:30:26 +00:00
chore: resolve the issue of onclick event scope for custom Lark button (#1281)
chore: Resolve the issue of onclick event scope for custom Lark button
This commit is contained in:
@@ -157,7 +157,9 @@ const LoginForm = () => {
|
|||||||
borderRadius: "10em",
|
borderRadius: "10em",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
cursor: "pointer"
|
cursor: "pointer"
|
||||||
}}>
|
}}
|
||||||
|
onClick={() => onLarkOAuthClicked(status.lark_client_id)}
|
||||||
|
>
|
||||||
<Image
|
<Image
|
||||||
src={larkIcon}
|
src={larkIcon}
|
||||||
avatar
|
avatar
|
||||||
|
Reference in New Issue
Block a user