Skip to content

Commit

Permalink
chore: Button to view model page
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund committed Sep 18, 2023
1 parent 22b4565 commit 1a4aaac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/Browse/Browse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ export const Browse = () => {

return (
<>
<div>
<Button href="/model/bf2171bc-2f5e-44a1-f6e0-08dbb5ed15e2/details">
model
</Button>
</div>
<Button onClick={toggleDialog}>Add new model</Button>
<Table />
<AddModelDialog
Expand Down

0 comments on commit 1a4aaac

Please sign in to comment.