We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823cae4 commit ce23abfCopy full SHA for ce23abf
1 file changed
desktop/src/features/agents/ui/TeamDialog.tsx
@@ -416,8 +416,9 @@ export function TeamDialog({
416
>
417
<Checkbox
418
checked={isSelected}
419
+ className="pointer-events-none"
420
disabled={isPending}
- onCheckedChange={() => togglePersona(persona.id)}
421
+ tabIndex={-1}
422
/>
423
<ProfileAvatar
424
avatarUrl={persona.avatarUrl}
0 commit comments