Skip to content
Snippets Groups Projects

bugfix: skills update reactivity on profile

Merged Ghost User requested to merge dev into master
2 files
+ 10
7
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -21,6 +21,7 @@ import(`https://cdn.skypack.dev/@startinblox/core@${core.version}`).then(core =>
} else {
this.resourceId = value;
}
await this.replaceAttributesData();
this.subscribe();
},
unsubscribe(resourceId, targetSrc) {
Loading