Skip to content

Commit

Permalink
revert region label, move tooltip position
Browse files Browse the repository at this point in the history
  • Loading branch information
ducku committed Dec 2, 2023
1 parent b99374d commit 260778e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/RegionInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const RegionInput = ({

return (
<>
<Tooltip title={descLabel} placement="bottom-start">
<Tooltip title={descLabel} placement="top-start">
<Autocomplete
disablePortal
freeSolo // Allows custom input outside of the options
Expand All @@ -66,7 +66,7 @@ export const RegionInput = ({
renderInput={(params) => (
<TextField
{...params}
label={descLabel}
label={"Region"}
name="Region Input"
inputProps={{
...params.inputProps,
Expand Down

0 comments on commit 260778e

Please sign in to comment.