Skip to content

Commit

Permalink
Merge branch '4.0' into 4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 23, 2024
2 parents edb5fc4 + 33621d0 commit 3ccfff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/MultiLinkField.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ private function loadFrom(DataObject $record): void

public function LinkIDs(): ArrayList
{
return ArrayList::create($this->dataValue());
return ArrayList::create($this->dataValue() ?? []);
}
}

0 comments on commit 3ccfff4

Please sign in to comment.