Skip to content

Commit

Permalink
propagate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 13, 2025
1 parent 4b8147f commit ab456ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/viewer/re_viewport_blueprint/src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl ContainerBlueprint {
// is the marker that the have been cleared and not an error.
let container_kind = results.component_instance::<ContainerKind>(0)?;

let blueprint_archetypes::ContainerBlueprint {
let blueprint_archetypes::NativeContainerBlueprint {
container_kind,
display_name,
contents,
Expand All @@ -85,7 +85,7 @@ impl ContainerBlueprint {
active_tab,
visible,
grid_columns,
} = blueprint_archetypes::ContainerBlueprint {
} = blueprint_archetypes::NativeContainerBlueprint {
container_kind,
display_name: results.component_instance(0),
contents: results.component_batch(),
Expand Down

0 comments on commit ab456ac

Please sign in to comment.