From 149ad71c7ff268808acbefebb8801c687eadc8be Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:42:32 +0000 Subject: [PATCH] fix(nc-gui): grouping by lookup column does not display the group name nocodb/nocodb#7226 --- packages/nc-gui/components/smartsheet/grid/GroupByLabel.vue | 2 +- packages/nc-gui/components/virtual-cell/BelongsTo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/grid/GroupByLabel.vue b/packages/nc-gui/components/smartsheet/grid/GroupByLabel.vue index 7c6dd3aa96..5caab66769 100644 --- a/packages/nc-gui/components/smartsheet/grid/GroupByLabel.vue +++ b/packages/nc-gui/components/smartsheet/grid/GroupByLabel.vue @@ -14,7 +14,7 @@ provide(IsGroupByLabelInj, ref(true))