From fc3863c2e84fe3d732037dc9623f273f9932b6de Mon Sep 17 00:00:00 2001 From: Nicolas Bruy?re Date: Thu, 9 Jan 2020 15:11:39 +0100 Subject: [PATCH] fix(stark-ui): change the Multisort component to display the label instead of the column ISSUES CLOSED: #1397 --- .../modules/table/components/dialogs/multisort.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stark-ui/src/modules/table/components/dialogs/multisort.component.html b/packages/stark-ui/src/modules/table/components/dialogs/multisort.component.html index 5be7a10a03..470d6c14d3 100644 --- a/packages/stark-ui/src/modules/table/components/dialogs/multisort.component.html +++ b/packages/stark-ui/src/modules/table/components/dialogs/multisort.component.html @@ -14,7 +14,7 @@

STARK.MULTI_COLUMN_SORTING.TITLE

- {{ (ruleOption.column.label ? ruleOption.column.label : ruleOption.column.name) | translate }} + {{ ruleOption.column.headerLabel | translate }}