Skip to content

Commit

Permalink
fix(boards): only filter from local types (#2011)
Browse files Browse the repository at this point in the history
Co-authored-by: WikiRik <[email protected]>
Co-authored-by: Leon Vreling <[email protected]>
  • Loading branch information
3 people authored Jan 20, 2024
1 parent 4ca165f commit b207833
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/views/network/BoardListing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,7 @@ export default {
types: [
{ value: 'antenna', name: 'Antenna' },
{ value: 'contact antenna', name: 'Contact antenna' },
{ value: 'contact', name: 'Contact' },
{ value: 'interest group', name: 'Interest group' },
{ value: 'working group', name: 'Working group' },
{ value: 'commission', name: 'Commission' },
{ value: 'committee', name: 'Committee' },
{ value: 'project', name: 'Project' },
{ value: 'partner', name: 'Partner' },
{ value: 'other', name: 'Other' }
{ value: 'contact', name: 'Contact' }
],
isLoading: false,
source: null,
Expand Down

0 comments on commit b207833

Please sign in to comment.