Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Mar 1, 2025
1 parent d15aed9 commit 015086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fieldtypes/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function augment($value)

public function preload()
{
$value = $this->field->value();
$value = is_array($data = $this->field->value()) ? $data['value'] : $data;

$showAssetOption = $this->showAssetOption();

Expand Down

0 comments on commit 015086e

Please sign in to comment.