mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 19:48:12 +08:00
regraph
This commit is contained in:
@@ -70,6 +70,7 @@ class App extends React.Component {
|
||||
<div>
|
||||
<Graph/>
|
||||
<button
|
||||
onClick={() => { this.props.dispatch(actions.regraph()) }}
|
||||
style={{
|
||||
fontSize: 14,
|
||||
fontWeight: 400,
|
||||
@@ -82,7 +83,7 @@ class App extends React.Component {
|
||||
}}
|
||||
|
||||
>
|
||||
Reproject
|
||||
Regraph
|
||||
</button>
|
||||
<Continuous/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user