Skip to content

Commit 1770c66

Browse files
chore: let users select option descriptions
1 parent cbdf469 commit 1770c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/src/views/Providers/AddProvider/OptionFormField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export function OptionFormField({
168168
{exists(optionError) ? (
169169
<FormErrorMessage>{optionError.message?.toString() ?? "Error"}</FormErrorMessage>
170170
) : (
171-
exists(description) && <FormHelperText>{description}</FormHelperText>
171+
exists(description) && <FormHelperText userSelect="auto">{description}</FormHelperText>
172172
)}
173173
</FormControl>
174174
)

0 commit comments

Comments
 (0)