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.
2 parents 1987a35 + 98bb539 commit 4dd1a3aCopy full SHA for 4dd1a3a
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