Skip to content

Commit

Permalink
fix raw frames filter (#335)
Browse files Browse the repository at this point in the history
#309

Fixes raw frames filter by using the correct metadata `frames_count`
  • Loading branch information
codemonkey800 authored Jan 18, 2024
1 parent 192c533 commit c254e60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function getFilter(datasetFilter: DatasetFilterState, query: string) {
filters.push({
runs: {
tiltseries: {
binning_from_frames: {
frames_count: {
_gt: 0,
},
},
Expand Down

0 comments on commit c254e60

Please sign in to comment.