Skip to content

Commit

Permalink
Merge pull request #9255 from icaliman/fix/toggle-all-checkboxes
Browse files Browse the repository at this point in the history
Fix toggle all checkboxes
  • Loading branch information
zepfietje authored Oct 23, 2023
2 parents 05f4e04 + f6db3ae commit b169139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
this.checkIfAllCheckboxesAreChecked()
$wire.set(@js($getStatePath()), updatedStates)
$wire.set(@js($getStatePath()), updatedState)
this.areAllCheckboxesChecked = state
},
Expand Down

0 comments on commit b169139

Please sign in to comment.