From ab8d906791fcdcca0d73b41a580bb8556b7f7b51 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Mon, 17 Mar 2025 07:35:25 +0200 Subject: [PATCH] UI: Hotfix for header action --- .../widget/widget-container.component.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ui-ngx/src/app/modules/home/components/widget/widget-container.component.html b/ui-ngx/src/app/modules/home/components/widget/widget-container.component.html index 67664beb84..f6258551fc 100644 --- a/ui-ngx/src/app/modules/home/components/widget/widget-container.component.html +++ b/ui-ngx/src/app/modules/home/components/widget/widget-container.component.html @@ -104,16 +104,6 @@ @switch (action.buttonType) { - @case (widgetHeaderActionButtonType.icon) { - - } @case (widgetHeaderActionButtonType.miniFab) { } + @default { + + } }