From c351a9bced3211346a8f4409a61404f699685274 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Wed, 25 Sep 2024 13:11:25 +0200 Subject: [PATCH] Fix icons --- .../src/components/grid/controls/ColumnsSettingContent.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/frontend-core/src/components/grid/controls/ColumnsSettingContent.svelte b/packages/frontend-core/src/components/grid/controls/ColumnsSettingContent.svelte index 456eb50a9c..bbc3d55f04 100644 --- a/packages/frontend-core/src/components/grid/controls/ColumnsSettingContent.svelte +++ b/packages/frontend-core/src/components/grid/controls/ColumnsSettingContent.svelte @@ -122,8 +122,10 @@ label: name, schema: { type: column.type, + subtype: column.subtype, visible: column.visible, readonly: column.readonly, + constraints: column.constraints, // This is needed to properly display "users" column }, } })