From 2b94d96930842db3b3eee24db402b75e3e45b10a Mon Sep 17 00:00:00 2001 From: Mystler <161936+Mystler@users.noreply.github.com> Date: Mon, 16 Mar 2026 18:21:08 +0100 Subject: [PATCH] fix(labels): Code review issue --- apps/client/src/widgets/PromotedAttributes.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/widgets/PromotedAttributes.tsx b/apps/client/src/widgets/PromotedAttributes.tsx index 47b6fa2432..6a1a8640f2 100644 --- a/apps/client/src/widgets/PromotedAttributes.tsx +++ b/apps/client/src/widgets/PromotedAttributes.tsx @@ -171,9 +171,9 @@ function PromotedAttributeCell(props: CellProps) { ); } -const LABEL_MAPPINGS: Record = { +const LABEL_MAPPINGS: Record = { text: "text", - textarea: "text", + textarea: undefined, number: "number", boolean: "checkbox", date: "date",