Skip to content

Commit

Permalink
fix(Drawer): removed duplicated slot in resizable drawers
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorromeo committed Dec 1, 2023
1 parent 48a67fd commit 8b92ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Drawer/DrawerPanelContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>
</template>

<slot />
<slot v-else />
</div>
</template>

Expand Down

0 comments on commit 8b92ec0

Please sign in to comment.