Sort items

This commit is contained in:
Douglas Barone 2023-07-04 12:25:12 -04:00
parent 2840025e9a
commit b3210e7d3d

View File

@ -76,10 +76,6 @@ const campiSelectItems = [
title: 'Todos',
value: ''
},
{
title: 'Reitoria',
value: 'RT'
},
{
title: 'Aquidauana',
value: 'AQ'
@ -97,16 +93,8 @@ const campiSelectItems = [
value: 'CX'
},
{
title: 'Nova Andradina',
value: 'NA'
},
{
title: 'Ponta Porã',
value: 'PP'
},
{
title: 'Três Lagoas',
value: 'TL'
title: 'Dourados',
value: 'DR'
},
{
title: 'Jardim',
@ -117,8 +105,21 @@ const campiSelectItems = [
value: 'NV'
},
{
title: 'Dourados',
value: 'DR'
title: 'Nova Andradina',
value: 'NA'
},
{
title: 'Ponta Porã',
value: 'PP'
},
{
title: 'Reitoria',
value: 'RT'
},
{
title: 'Três Lagoas',
value: 'TL'
}
]