Skip to content

Commit

Permalink
Remove datasets tab from the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed Oct 30, 2023
1 parent 75c696e commit a53e156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
Schema
</a>
</li>
<li :class="['nav-item', { active: showLoader }]">
<li :class="['nav-item', { active: showLoader }]" v-if="!modeStore.isDemo">
<a class="nav-link" href="#" @click="toggleLoader()">
<i class="fa-solid fa-database"></i>
Datasets
Expand Down

0 comments on commit a53e156

Please sign in to comment.