Skip to content

Commit

Permalink
fix: typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Dec 18, 2023
1 parent d3b6ce5 commit f2fa950
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a
#linkEl
[href]="field.templateOptions.url"
[href]="field.templateOptions?.url"
target="_blank"
>{{field.templateOptions.txt|translate}}</a
>{{field.templateOptions?.txt|translate}}</a
>

0 comments on commit f2fa950

Please sign in to comment.