Skip to content

Commit

Permalink
fixup! perf: Switch to vite for bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Aug 29, 2024
1 parent c61fd42 commit 5ba48d6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/modules/navigation/partials/NavigationTableItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,12 @@
{{ t('tables', 'Delete table') }}
</NcActionButton>
</template>
<NavigationViewItem v-for="view in getViews"
:key="'view'+view.id"
:view="view"
:show-share-sender="false" />
<ul>
<NavigationViewItem v-for="view in getViews"
:key="'view'+view.id"
:view="view"
:show-share-sender="false" />
</ul>
</NcAppNavigationItem>
</template>

Expand Down

0 comments on commit 5ba48d6

Please sign in to comment.