Skip to content

Commit

Permalink
wip: Refactor collections based components #917
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 5, 2024
1 parent 29ae24c commit 07e8113
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/client/components/collection/KCollection.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="fit column">
<div class="fit column no-wrap">
<!--
Header
-->
Expand All @@ -9,7 +9,6 @@
:content="header"
:class="headerClass"
/>
<q-separator inset v-if="header"/>
</slot>
</div>
<!--
Expand Down

0 comments on commit 07e8113

Please sign in to comment.