Skip to content

Commit

Permalink
properly handle filter by event in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Oct 7, 2024
1 parent 329ecd3 commit 3e235d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ impl Query {
) -> Result<Option<components::FilterByEvent>, SpaceViewSystemExecutionError> {
Ok(self
.query_property
.component_or_empty::<components::FilterByEvent>()?)
.component_or_empty::<components::FilterByEvent>()?
.filter(|filter_by_event| filter_by_event.active()))
}

pub(super) fn save_filter_by_event(
Expand Down

0 comments on commit 3e235d1

Please sign in to comment.