fix
This commit is contained in:
@@ -232,6 +232,48 @@ async function main() {
|
||||
allowCustomOptions: true,
|
||||
maxSelections: 5,
|
||||
},
|
||||
options: [
|
||||
{ label: 'New York', value: 'new_york' },
|
||||
{ label: 'Los Angeles', value: 'los_angeles' },
|
||||
{ label: 'Chicago', value: 'chicago' },
|
||||
{ label: 'Houston', value: 'houston' },
|
||||
{ label: 'Phoenix', value: 'phoenix' },
|
||||
{ label: 'Philadelphia', value: 'philadelphia' },
|
||||
{ label: 'San Antonio', value: 'san_antonio' },
|
||||
{ label: 'San Diego', value: 'san_diego' },
|
||||
{ label: 'Dallas', value: 'dallas' },
|
||||
{ label: 'San Jose', value: 'san_jose' },
|
||||
{ label: 'Austin', value: 'austin' },
|
||||
{ label: 'Jacksonville', value: 'jacksonville' },
|
||||
{ label: 'Fort Worth', value: 'fort_worth' },
|
||||
{ label: 'Columbus', value: 'columbus' },
|
||||
{ label: 'Charlotte', value: 'charlotte' },
|
||||
{ label: 'San Francisco', value: 'san_francisco' },
|
||||
{ label: 'Indianapolis', value: 'indianapolis' },
|
||||
{ label: 'Seattle', value: 'seattle' },
|
||||
{ label: 'Denver', value: 'denver' },
|
||||
{ label: 'Washington DC', value: 'washington_dc' },
|
||||
{ label: 'Boston', value: 'boston' },
|
||||
{ label: 'Nashville', value: 'nashville' },
|
||||
{ label: 'Detroit', value: 'detroit' },
|
||||
{ label: 'Portland', value: 'portland' },
|
||||
{ label: 'Las Vegas', value: 'las_vegas' },
|
||||
{ label: 'Memphis', value: 'memphis' },
|
||||
{ label: 'Louisville', value: 'louisville' },
|
||||
{ label: 'Baltimore', value: 'baltimore' },
|
||||
{ label: 'Milwaukee', value: 'milwaukee' },
|
||||
{ label: 'Albuquerque', value: 'albuquerque' },
|
||||
{ label: 'Tucson', value: 'tucson' },
|
||||
{ label: 'Fresno', value: 'fresno' },
|
||||
{ label: 'Sacramento', value: 'sacramento' },
|
||||
{ label: 'Atlanta', value: 'atlanta' },
|
||||
{ label: 'Miami', value: 'miami' },
|
||||
{ label: 'Oakland', value: 'oakland' },
|
||||
{ label: 'Minneapolis', value: 'minneapolis' },
|
||||
{ label: 'Cleveland', value: 'cleveland' },
|
||||
{ label: 'Raleigh', value: 'raleigh' },
|
||||
{ label: 'Tampa', value: 'tampa' },
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user