Skip to content

Commit

Permalink
Use correct variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Oct 24, 2023
1 parent ed417ba commit 35710e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/Form/Element/PropertySelect.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getValueOptions(): array
'attributes' => [
'data-term' => $property->term(),
'data-property-id' => $property->id(),
'title' => $member->term(),
'title' => $property->term(),
],
];
}
Expand Down

0 comments on commit 35710e7

Please sign in to comment.