RED-9757: Show type switch for hints too

This commit is contained in:
Adina Țeudan 2024-09-26 15:11:44 +03:00
parent c5f072f6b6
commit aa30982ff1

View File

@ -56,7 +56,7 @@
[withFloatingActions]="false"
>
<ng-container slot="typeSwitch">
<div *ngIf="!selectedDictionary.hint" class="flex">
<div class="flex">
<iqser-icon-button
(click)="selectEntryType(entryTypes.ENTRY)"
[active]="activeEntryType === entryTypes.ENTRY"