Skip to content

Commit

Permalink
fix shape type filter
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Nov 22, 2023
1 parent 0739290 commit 3cc65ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function getFilter(datasetFilter: DatasetFilterState, query: string) {

// Object shape type filter
if (objectShapeTypes.length > 0) {
filter.runs.tomogram_voxel_spacings.annotations.shape_type._in =
filter.runs.tomogram_voxel_spacings.annotations.files.shape_type._in =
objectShapeTypes
}

Expand Down

0 comments on commit 3cc65ca

Please sign in to comment.