todo comment

This commit is contained in:
Colin Megill
2021-07-07 23:33:16 -07:00
parent b7ffb2748d
commit e7200ce6c3

View File

@@ -4,6 +4,7 @@ Color By UI state
const ColorsReducer = (
state = {
/* TODO(colinmegill) #632 remove hardcode for dev */
colorMode: "color by dotplot columns" /* by continuous, by expression */,
colorAccessor: null /* tissue, Apod */,
},