From 2daba390402b7abca699da1d2d45c2a5f2a34b3a Mon Sep 17 00:00:00 2001 From: George Goodall Date: Tue, 27 Feb 2024 12:17:33 +0000 Subject: [PATCH] enable new datasets --- src/utils/utils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/utils.js b/src/utils/utils.js index 7c674ba4..8dda1dc8 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -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', @@ -32,7 +32,7 @@ export const dataSubjects = { { value: 'conservation-area-document', text: 'Conservation area document dataset', - available: false + available: true } ] }, @@ -42,7 +42,7 @@ export const dataSubjects = { { value: 'tree-preservation-order', text: 'Tree preservation order dataset', - available: false + available: true }, { value: 'tree-preservation-zone',