Skip to content

Commit

Permalink
update available datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Feb 1, 2024
1 parent 32f0bf2 commit b8edb5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ export const dataSubjects = {
{
value: 'tree-preservation-order',
text: 'Tree preservation order dataset',
available: true
available: false
},
{
value: 'tree-preservation-zone',
text: 'Tree preservation zone dataset',
available: false
available: true
},
{
value: 'tree',
Expand All @@ -62,12 +62,12 @@ export const dataSubjects = {
{
value: 'listed-building',
text: 'Listed building',
available: true
available: false
},
{
value: 'listed-building-outline',
text: 'Listed building outline',
available: false
available: true
},
{
value: 'listed-building-grade',
Expand Down

0 comments on commit b8edb5f

Please sign in to comment.