Skip to content

Commit 46c9863

Browse files
palbizuPatricio Albizu
andauthored
fix: removing tag (#1173)
Co-authored-by: Patricio Albizu <patricioalbizu@Patricios-MacBook-Pro.local>
1 parent 9a66c03 commit 46c9863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/select/select.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ import { SelectSize } from './select-size';
101101
[ngTemplateOutlet]="selected?.selectOptionRenderer?.getTemplateRef() ?? defaultMenuWithBackgroundTriggerTemplate"
102102
></ng-container>
103103
<ng-template #defaultMenuWithBackgroundTriggerTemplate
104-
><<ht-label
104+
><ht-label
105105
class="trigger-label"
106106
[label]="selected?.selectedLabel || selected?.label || this.placeholder"
107107
>

0 commit comments

Comments
 (0)