Sets regions on advocates page to match regions on the events page

This commit is contained in:
y4izus 2020-11-06 16:46:53 +01:00 committed by Salvador de la Puente González
parent d2124c1a7e
commit 958159aef2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export default class extends Vue {
filter = {
label: 'Locations',
options: ['Europe', 'Asia', 'Africa', 'America'],
options: ['Americas', 'Asia Pacific', 'Europe', 'Africa'],
filterType: 'regionFilters'
}
}