From f35357e43ab05413868692b4fd2579023c2e1d95 Mon Sep 17 00:00:00 2001 From: Patricio Albizu Date: Wed, 6 Oct 2021 16:35:15 -0300 Subject: [PATCH] fix: removing tag --- projects/components/src/select/select.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/components/src/select/select.component.ts b/projects/components/src/select/select.component.ts index 494af48e4..2e095a7ee 100644 --- a/projects/components/src/select/select.component.ts +++ b/projects/components/src/select/select.component.ts @@ -101,7 +101,7 @@ import { SelectSize } from './select-size'; [ngTemplateOutlet]="selected?.selectOptionRenderer?.getTemplateRef() ?? defaultMenuWithBackgroundTriggerTemplate" > <