Skip to content

Commit

Permalink
Merge branch 'main' into deps/2023-11-06
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthélémy Ledoux authored Nov 6, 2023
2 parents 6e23219 + 5e5b68d commit 945175f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/unused-props-modal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
@cypress-design/vue-modal: patch
---

remove unused transition props
1 change: 0 additions & 1 deletion components/Modal/vue/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const props = defineProps<{
title?: string
show?: boolean
helpLink?: string
transition?: number
fullscreen?: boolean
}>()
Expand Down

0 comments on commit 945175f

Please sign in to comment.