diff --git a/src/Components/Forms/CuratorPicker.php b/src/Components/Forms/CuratorPicker.php index 357c6ea7..906a99d1 100644 --- a/src/Components/Forms/CuratorPicker.php +++ b/src/Components/Forms/CuratorPicker.php @@ -366,7 +366,7 @@ public function isTenantAware(): bool public function tenantOwnershipRelationshipName(): bool { - return $this->evaluate($this->tenantOwnershipRelationshipName) ?? config('curator.tenant_ownership_relationship_name'); + return $this->tenantOwnershipRelationshipName ?? config('curator.tenant_ownership_relationship_name'); } public function lazyLoad(bool|Closure $condition = true): static