Skip to content

Commit 4dd1a3a

Browse files
authored
fix: Merge pull request #18 from logannas/fix-sample-brush-colors
include brush to getSummary return
2 parents 1987a35 + 98bb539 commit 4dd1a3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LocalStorageDatasetManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class LocalStorageDatasetManager extends EventEmitter {
3636
samples: this.udtJSON.samples.map((s) => ({
3737
hasAnnotation: Boolean(s.annotation) && !isEmpty(s.annotation),
3838
_id: s._id,
39+
brush: s.brush
3940
})),
4041
}
4142
}

0 commit comments

Comments
 (0)