diff --git a/crates/application/src/snapshot_import.rs b/crates/application/src/snapshot_import.rs index e23fba3d..d88efff9 100644 --- a/crates/application/src/snapshot_import.rs +++ b/crates/application/src/snapshot_import.rs @@ -2554,7 +2554,7 @@ async fn create_unmounted_component( let mut tx = database.begin(Identity::system()).await?; let definition = ComponentDefinitionMetadata { - path: "_initially_unmounted".parse()?, + path: format!("{}", parent_path.join(component_name.clone())).parse()?, definition_type: ComponentDefinitionType::ChildComponent { name: component_name.clone(), args: btreemap! {},