Skip to content

Commit

Permalink
Merge pull request #67 from digital-land/new-datasets
Browse files Browse the repository at this point in the history
enable new datasets
  • Loading branch information
GeorgeGoodall authored Feb 27, 2024
2 parents dcfbdf1 + dc053b0 commit 9fa7361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const dataSubjects = {
{
value: 'article-4-direction',
text: 'Article 4 direction dataset',
available: false
available: true
},
{
value: 'article-4-direction-area',
Expand All @@ -32,7 +32,7 @@ export const dataSubjects = {
{
value: 'conservation-area-document',
text: 'Conservation area document dataset',
available: false
available: true
}
]
},
Expand All @@ -42,7 +42,7 @@ export const dataSubjects = {
{
value: 'tree-preservation-order',
text: 'Tree preservation order dataset',
available: false
available: true
},
{
value: 'tree-preservation-zone',
Expand Down

0 comments on commit 9fa7361

Please sign in to comment.