From 9f222b49d19932a657ac5977aad12cf803f7560a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 26 Sep 2024 15:55:18 +0200 Subject: [PATCH] Fix expander button label --- .../app/shared/shared-tables/table-expander-icon.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/shared/shared-tables/table-expander-icon.component.ts b/client/src/app/shared/shared-tables/table-expander-icon.component.ts index f06f89a60..2276747fb 100644 --- a/client/src/app/shared/shared-tables/table-expander-icon.component.ts +++ b/client/src/app/shared/shared-tables/table-expander-icon.component.ts @@ -5,7 +5,7 @@ import { NgbTooltip } from '@ng-bootstrap/ng-bootstrap' @Component({ selector: 'my-table-expander-icon', template: ` -`, standalone: true,