Skip to content

Commit 63dd7fb

Browse files
committed
Update build-mode-buttons.tsx
1 parent a3a41c6 commit 63dd7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/components/build-mode-buttons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const BuildModeButtons = ({
3030
}}
3131
>
3232
{isNarrow ? null : (
33-
<text style={{ wrapMode: 'none' }}>
33+
<text style={{ wrapMode: 'none' }} selectable={false}>
3434
<span fg={theme.secondary}>Choose an option to build this plan:</span>
3535
</text>
3636
)}

0 commit comments

Comments
 (0)