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 9ebfdc4 commit f0f04f9Copy full SHA for f0f04f9
client/components/domains/use-my-domain/transfer-or-connect/option-content-v2.tsx
@@ -56,7 +56,7 @@ export default function OptionContentV2( {
56
}
57
decoration={ illustration }
58
onClick={ onSelect }
59
- disabled={ disabled || isPlaceholder }
+ disabled={ disabled || isPlaceholder || ! onSelect }
60
badges={ recommended ? [ { text: __( 'Recommended' ), intent: 'success' } ] : undefined }
61
/>
62
{ benefits && (
0 commit comments