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:
GAI Group 2024-04-06 20:08:05 +08:00 committed by GitHub
parent 3fe2863ff7
commit 52c32c0b4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,9 @@ const LoginForm = () => {
borderRadius: "10em",
display: "flex",
cursor: "pointer"
}}>
}}
onClick={() => onLarkOAuthClicked(status.lark_client_id)}
>
<Image
src={larkIcon}
avatar