1
0

Change region order

This commit is contained in:
Prospector
2025-06-03 16:23:37 -07:00
parent 7685989a8c
commit ede6d0c3cc

View File

@@ -26,7 +26,7 @@ const selectedPlan = defineModel<ServerPlan>('plan')
const selectedRegion = defineModel<string>('region')
const regionOrder: string[] = [
// 'us-vin', 'eu-lim'
'us-vin', 'eu-lim'
]
const sortedRegions = computed(() => {