Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed May 16, 2023
1 parent b3c9c68 commit 402d2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/backend/formwidgets/RelationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function render()
'recordUrl' => $this->recordUrl,
];
if (isset($this->recordOnClick)) {
$options['recordOnClick'] = $this->recordOnClicks;
$options['recordOnClick'] = $this->recordOnClick;
}

return $this->controller->relationRender($this->formField->fieldName, $options);
Expand Down

0 comments on commit 402d2ba

Please sign in to comment.