Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data list's toggle all button now selects maximum possible entries #6816

Merged
merged 5 commits into from
Nov 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Readd newline that I yoinked away
  • Loading branch information
ncla committed Oct 1, 2022
commit 18b905e3cf73e35b227342315abdf99004c3e707
1 change: 1 addition & 0 deletions resources/js/components/entries/Listing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export default {
initialSite: this.site,
}
},

computed: {
actionContext() {
return {collection: this.collection};
Expand Down