Skip to content

Commit

Permalink
Merge branch '5.3' into 5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 15, 2025
2 parents 02ce0d3 + 720284f commit a144f9c
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 a144f9c

Please sign in to comment.