diff --git a/crates/viewer/re_space_view_dataframe/src/view_query/blueprint.rs b/crates/viewer/re_space_view_dataframe/src/view_query/blueprint.rs index 4d4b2d6ace2d..4ac9a3e62cb5 100644 --- a/crates/viewer/re_space_view_dataframe/src/view_query/blueprint.rs +++ b/crates/viewer/re_space_view_dataframe/src/view_query/blueprint.rs @@ -79,7 +79,8 @@ impl Query { ) -> Result, SpaceViewSystemExecutionError> { Ok(self .query_property - .component_or_empty::()?) + .component_or_empty::()? + .filter(|filter_by_event| filter_by_event.active())) } pub(super) fn save_filter_by_event(