Skip to content

Commit

Permalink
tweak email provider type selection options titles (fix e2e test)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Jan 3, 2019
1 parent b3be8b2 commit 8c718d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/src/app/_options/account-edit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
></ng-container>
</ng-template>
<ng-template ng-option-tmp let-item="item">
<div [attr.type-option-value]="item">
<div [attr.type-option-value]="item.value">
<ng-container
[ngTemplateOutlet]="typeItemTemplate" [ngTemplateOutletContext]="{item: item}"
></ng-container>
Expand Down

0 comments on commit 8c718d9

Please sign in to comment.