cursors to labels (remove later)
This commit is contained in:
parent
90fa5399aa
commit
481b575b92
1 changed files with 3 additions and 3 deletions
|
|
@ -161,7 +161,7 @@ const LocationPage = ({ tab }: LocationPageProps) => {
|
||||||
mb: '8px',
|
mb: '8px',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Label>
|
<Label sx={{ cursor: 'pointer' }}>
|
||||||
<Radio
|
<Radio
|
||||||
name="locationType"
|
name="locationType"
|
||||||
value="default"
|
value="default"
|
||||||
|
|
@ -170,7 +170,7 @@ const LocationPage = ({ tab }: LocationPageProps) => {
|
||||||
/>
|
/>
|
||||||
Default
|
Default
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label sx={{ cursor: 'pointer' }}>
|
||||||
<Radio
|
<Radio
|
||||||
name="locationType"
|
name="locationType"
|
||||||
value="matchIp"
|
value="matchIp"
|
||||||
|
|
@ -179,7 +179,7 @@ const LocationPage = ({ tab }: LocationPageProps) => {
|
||||||
/>
|
/>
|
||||||
Match IP
|
Match IP
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label sx={{ cursor: 'pointer' }}>
|
||||||
<Radio
|
<Radio
|
||||||
name="locationType"
|
name="locationType"
|
||||||
value="custom"
|
value="custom"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue