diff --git a/crates/viewer/re_space_view_dataframe/src/view_query.rs b/crates/viewer/re_space_view_dataframe/src/view_query.rs index dcf716abe7e8..53ffbabf3737 100644 --- a/crates/viewer/re_space_view_dataframe/src/view_query.rs +++ b/crates/viewer/re_space_view_dataframe/src/view_query.rs @@ -242,6 +242,7 @@ fn override_ui( ctx.blueprint_db(), &property.blueprint_store_path, component_name, + None, property.component_raw(component_name).as_deref(), // we don't need to provide a fallback here as the timeline should be present by definition &EmptySystem {},