Skip to content

Commit

Permalink
fixed location sheet UI bug (#10619)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrit2773 authored Feb 18, 2025
1 parent 66ac16e commit a013d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Facility/settings/locations/LocationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default function LocationForm({
<SelectValue />
</SelectTrigger>
</FormControl>
<SelectContent>
<SelectContent className="max-h-[46vh]">
{locationFormOptions.map((option) => (
<SelectItem key={option.value} value={option.value}>
{option.label}
Expand Down

0 comments on commit a013d6c

Please sign in to comment.