Skip to content

Commit

Permalink
prop no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Sep 13, 2024
1 parent a6c660c commit 5bcda05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion resources/js/components/collections/View.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
:reordering="reordering"
:reorder-url="reorderUrl"
:site="site"
:sites="sites"
@reordered="reordering = false"
@site-changed="site = $event"
/>
Expand Down
1 change: 0 additions & 1 deletion resources/js/components/entries/Listing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export default {
reordering: Boolean,
reorderUrl: String,
site: String,
sites: Array,
},
data() {
Expand Down

0 comments on commit 5bcda05

Please sign in to comment.