Skip to content

Commit

Permalink
remove datasets with unknown id
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Apr 4, 2024
1 parent 6b03d44 commit b36710b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layout/Menu/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div>
<router-link class="navBar" to="/home">Home</router-link>
<router-link class="navBar" to="/datasets">Datasets</router-link>
<router-link class="navBar" to="/baseline">Absolute</router-link>
<router-link class="navBar" to="/baseline">Baseline</router-link>
</div>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/views/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
margin-top: 1.25rem;
"
>
absolute expression
baseline
</div>
</router-link>
</div>
Expand Down

0 comments on commit b36710b

Please sign in to comment.