mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 08:11:13 -05:00
Fix select home park label
This commit is contained in:
@@ -150,7 +150,7 @@ export function LocationTab() {
|
||||
<Label htmlFor="location_id">Home Park</Label>
|
||||
<Select value={form.watch('location_id')} onValueChange={value => form.setValue('location_id', value)}>
|
||||
<SelectTrigger>
|
||||
<SelectValue placeholder="Select your location" />
|
||||
<SelectValue placeholder="Select your home park" />
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
{locations.map(location => <SelectItem key={location.id} value={location.id}>
|
||||
|
||||
Reference in New Issue
Block a user