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

View File

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