This commit is contained in:
Gerard Burns 2024-04-24 08:05:29 +01:00
parent a4c0328c53
commit cbf33adc0e
1 changed files with 3 additions and 0 deletions

View File

@ -440,11 +440,14 @@ export class ComponentStore extends BudiStore {
return state
})
componentTreeNodesStore.makeNodeVisible(componentInstance._id)
// Log event
analytics.captureEvent(Events.COMPONENT_CREATED, {
name: componentInstance._component,
})
return componentInstance
}