fix(sync): pass the correct datalayer uuid

This commit is contained in:
Alexis Métaireau 2024-06-24 18:53:45 +02:00
parent 7c2b5839a9
commit 4f19824805

View file

@ -6,7 +6,7 @@ U.FeatureMixin = {
subject: 'feature',
metadata: {
id: this.id,
layerId: this.datalayer?.id || null,
layerId: this.datalayer?.umap_id || null,
featureType: this.getClassName(),
},
}