Skip to content

Commit

Permalink
v5.1.2: Use explore only datasets for exploration page (#1013)
Browse files Browse the repository at this point in the history
**Related Ticket:** #1010 

### Description of Changes
Use Exploration only datasets

### Notes & Questions About Changes


### Validation / Testing
Check if the new E&A page returns the dataset that has the
`disableExplore` attribute as true.
  • Loading branch information
hanbyul-here authored Jun 24, 2024
2 parents 7b672a2 + baf0f37 commit 33e7ec2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { timelineDatasetsAtom } from '../../atoms/datasets';
import {
reconcileDatasets,
datasetLayers,
allDatasets
allExploreDatasets
} from '../../data-utils';
import RenderModalHeader from './header';
import ModalFooterRender from './footer';
Expand Down Expand Up @@ -113,7 +113,7 @@ export function DatasetSelectorModal(props: DatasetSelectorModalProps) {
)}
content={
<CatalogContent
datasets={allDatasets}
datasets={allExploreDatasets}
search={searchTerm}
taxonomies={taxonomies}
selectedIds={selectedIds}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "veda-ui",
"description": "Dashboard",
"version": "5.1.1",
"version": "5.1.2",
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org/"
Expand Down

0 comments on commit 33e7ec2

Please sign in to comment.