Skip to content

Commit

Permalink
put back persona and languages as options in variants (#25717)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoreras authored Aug 8, 2023
1 parent a105596 commit bc0e939
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

<dot-language-selector
[pTooltip]="pageState.viewAs.language.language"
[readonly]="!!variant"
[value]="pageState.viewAs.language"
(selected)="changeLanguageHandler($event)"
appendTo="body"
Expand All @@ -21,15 +20,13 @@
<dot-persona-selector
[disabled]="(dotPageStateService.haveContent$ | async) === false"
[pageState]="pageState"
[readonly]="!!variant"
(delete)="deletePersonalization($event)"
(selected)="changePersonaHandler($event)"
></dot-persona-selector>
</ng-container>

<ng-template #language>
<dot-language-selector
[readonly]="!!variant"
[value]="pageState.viewAs.language"
(selected)="changeLanguageHandler($event)"
></dot-language-selector>
Expand Down

0 comments on commit bc0e939

Please sign in to comment.