mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 10:58:10 +08:00
clear differential expression reducer
This commit is contained in:
@@ -41,6 +41,13 @@ const Differential = (
|
||||
...state,
|
||||
celllist2: action.data
|
||||
};
|
||||
case "clear differential expression":
|
||||
return {
|
||||
...state,
|
||||
diffExp: null,
|
||||
celllist1: null,
|
||||
celllist2: null
|
||||
}
|
||||
case "reset World to eq Universe":
|
||||
case "set World to current selection":
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user