Skip to content

Commit

Permalink
Update 13/umbraco-cms/fundamentals/backoffice/property-editors/built-…
Browse files Browse the repository at this point in the history
…in-umbraco-property-editors/email-address.md

Co-authored-by: Alina-Magdalena Tincas <[email protected]>
  • Loading branch information
marcemarc and alina-tincas authored Feb 6, 2024
1 parent 18f1ee0 commit 54d954e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The Email Address Property Editor does not come with any further configuration.
### With Modelsbuilder

```csharp
@if (Model.HasValue((nameof(Model.Email))
@if (Model.HasValue((nameof(Model.Email))))
{
var emailAddress = Model.Email;
<p>@emailAddress</p>
Expand Down

0 comments on commit 54d954e

Please sign in to comment.