Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
lerayj committed Dec 17, 2024
1 parent 4d7d764 commit 9b40098
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/ddt/_departement/collectivites/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,13 @@ export default {
snackbar: false,
snackVal: { text: '', type: 'success' },
validatedCollectivites: [],
selectedCollectiviteTypesFilter: ['COM', 'CA', 'CC', 'EPT', 'SM', 'SIVU', 'PETR'],
selectedCollectiviteTypesFilter: ['COM', 'CA', 'CC', 'EPT', 'SM', 'SIVU', 'PETR', 'CU', 'METRO'],
collectiviteTypeFilterItems: [
{ text: 'Communes', value: 'COM' },
{ text: 'CA', value: 'CA' },
{ text: 'CC', value: 'CC' },
{ text: 'METRO', value: 'METRO' },
{ text: 'CU', value: 'CU' },
{ text: 'EPT', value: 'EPT' },
{ text: 'SM', value: 'SM' },
{ text: 'SIVU', value: 'SIVU' },
Expand Down

0 comments on commit 9b40098

Please sign in to comment.