Skip to content

Commit

Permalink
app v1.0.7: connect button calls fetchTrellisData now instead of oada…
Browse files Browse the repository at this point in the history
…Connection()
  • Loading branch information
aultac committed Mar 30, 2024
1 parent e5bc8a0 commit 99640da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app",
"private": true,
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export default observer(function App() {
</Button>
: <Button
variant="text"
onClick={actions.oadaConnection}
onClick={actions.fetchTrellisData}
>Connect
</Button>
}
Expand Down

0 comments on commit 99640da

Please sign in to comment.