Skip to content

Commit

Permalink
add year to filtered list
Browse files Browse the repository at this point in the history
  • Loading branch information
creinkin committed Feb 1, 2023
1 parent c1bddbc commit c54a928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/airtable.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const ALLOWED_FIELDS = [
{
name: 'Year',
isArray: false,
isFiltered: false
isFiltered: true
}
];

Expand Down

0 comments on commit c54a928

Please sign in to comment.