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 0134543 commit c0b92c2Copy full SHA for c0b92c2
src/extension/ui/src/components/tile/Top.tsx
@@ -74,7 +74,7 @@ export default function Top({ item, onToggleRegister }: TopProps) {
74
/>
75
</Tooltip>
76
) : (
77
- <Tooltip title={`Enabling ${item.name} requires configuration`}>
+ <Tooltip title={`Enabling ${item.title} requires configuration`}>
78
<span>
79
<Switch checked={false} disabled />
80
</span>
0 commit comments