completionId: cgen-87a9acd8138f489aa47ca23db8363a75
cgen-87a9acd8138f489aa47ca23db8363a75
This commit is contained in:
parent
eb46949380
commit
a6079eab3f
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const OAuthConnections = memo(function OAuthConnections({
|
|||
onUnlink,
|
||||
}: OAuthConnectionsProps) {
|
||||
return (
|
||||
<div className="space-y-4" aria-live="polite">
|
||||
<div className="space-y-4 pointer-events-auto" aria-live="polite">
|
||||
{providers.map((providerConfig) => {
|
||||
const { provider, name, description, Icon, gradient } = providerConfig;
|
||||
const linkedMeta = linkedProviderMap[provider];
|
||||
|
|
|
|||
Loading…
Reference in a new issue