mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 01:38:11 +08:00
set row and column
This commit is contained in:
@@ -7,11 +7,14 @@ const Dotplot = (
|
||||
) => {
|
||||
switch (action.type) {
|
||||
case "set dotplot row":
|
||||
console.log("in dotplot reducer row is", action.data);
|
||||
return {
|
||||
...state,
|
||||
row: action.data,
|
||||
};
|
||||
case "set dotplot column":
|
||||
console.log("in dotplot reducer COLUMN is", action.data);
|
||||
|
||||
return {
|
||||
...state,
|
||||
column: action.data,
|
||||
|
||||
Reference in New Issue
Block a user