We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51b360 commit 98bb539Copy full SHA for 98bb539
src/LocalStorageDatasetManager.js
@@ -36,6 +36,7 @@ class LocalStorageDatasetManager extends EventEmitter {
36
samples: this.udtJSON.samples.map((s) => ({
37
hasAnnotation: Boolean(s.annotation) && !isEmpty(s.annotation),
38
_id: s._id,
39
+ brush: s.brush
40
})),
41
}
42
0 commit comments