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:
parent
3fe2863ff7
commit
52c32c0b4a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user