Skip to content

Commit

Permalink
Merge branch '5' into 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 15, 2025
2 parents 8b16c44 + a144f9c commit 1071bdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Forms/TextCheckboxGroupField.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ public function getMessageType()

public function getMessageCast()
{
$message = parent::getMessage();
if ($message) {
if ($this->message) {
return parent::getMessageCast();
}
foreach ($this->getChildren() as $field) {
Expand Down

0 comments on commit 1071bdd

Please sign in to comment.