Skip to content

Commit

Permalink
link to export from explore page
Browse files Browse the repository at this point in the history
  • Loading branch information
enjalot committed Mar 13, 2024
1 parent 89057ba commit ce0dd40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/pages/Explore.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ function Explore() {
))}
</select>
{readonly ? null : <Link to={`/datasets/${dataset?.id}/setup/${scope?.id}`}>Configure</Link>}
{readonly ? null : <Link to={`/datasets/${dataset?.id}/export/${scope?.id}`}>Export</Link>}
</div>
{/* </h3> */}
<span>{scope?.description}</span>
Expand Down

0 comments on commit ce0dd40

Please sign in to comment.