This commit is contained in:
Colin Megill
2018-01-08 15:25:42 -08:00
parent 7cea939926
commit 1b5fc2c8f6
3 changed files with 40 additions and 30 deletions
+2 -1
View File
@@ -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>