mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 21:28:11 +08:00
Improve label picking (#1179)
* add simple error message helper * port all label name pickers to use the new LabelInput component * use pure components where possible * cleanup * more cleanup * lint * change new label prompt
This commit is contained in:
@@ -398,7 +398,7 @@ class Graph extends React.Component {
|
||||
// don't return "change" of state unless we are really changing it!
|
||||
const { toolSVG } = this.state;
|
||||
if (toolSVG === undefined) return {};
|
||||
else return { toolSVG: undefined };
|
||||
return { toolSVG: undefined };
|
||||
}
|
||||
|
||||
let handleStart;
|
||||
|
||||
Reference in New Issue
Block a user