Skip to content

Commit

Permalink
remove selector
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Sep 25, 2024
1 parent 3918e3b commit f1e2cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const links = computed(() => [toc?.bottom?.edit && {

<template #left v-if="root!='tutorials'">
<UAside >
<PkgSelect v-if="root== 'framework'"/>
<!--<PkgSelect v-if="root== 'framework'"/> -->
<UNavigationTree :links="mapContentNavigation(navigation)" :multiple="true" default-open style="min-height:600px" :defaultOpen="1"/>
</UAside>
</template>
Expand Down

0 comments on commit f1e2cb8

Please sign in to comment.