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 ac6d325 commit a0af431Copy full SHA for a0af431
src/browser/components/ChatInput/CreationControls.tsx
@@ -97,7 +97,9 @@ export function CreationControls(props: CreationControlsProps) {
97
onClick={handleWandClick}
98
disabled={props.disabled}
99
className="flex h-full items-center disabled:opacity-50"
100
- aria-label={nameState.autoGenerate ? "Disable auto-naming" : "Enable auto-naming"}
+ aria-label={
101
+ nameState.autoGenerate ? "Disable auto-naming" : "Enable auto-naming"
102
+ }
103
>
104
<Wand2
105
className={cn(
0 commit comments