Skip to content

Commit

Permalink
fix(ui): Allow user-selection of wifi IP addresses... again
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Jan 22, 2022
1 parent 5c71be4 commit 2bdcea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/settings/connectivity/WifiConnectivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const WifiStatusComponent : React.FunctionComponent<{
style={{
marginTop: "0.5rem",
color: theme.palette.grey[theme.palette.mode === "light" ? 400 : 700],
userSelect: "auto"
userSelect: "text"
}}
>
{status.details.ips.map(ip => {
Expand Down

0 comments on commit 2bdcea4

Please sign in to comment.