address comment.

This commit is contained in:
Darshan
2025-07-03 17:48:26 +05:30
parent 3d841b777d
commit 0ea3fe6227
2 changed files with 2 additions and 2 deletions
@@ -40,7 +40,7 @@
id: attribute.key,
title: attribute.key,
type: attribute.type as ColumnType,
show: selected?.includes(attribute.key) ?? true,
hide: !!selected?.includes(attribute.key),
array: attribute?.array,
format: 'format' in attribute && attribute?.format === 'enum' ? attribute.format : null,
elements: 'elements' in attribute ? attribute.elements : null
@@ -110,7 +110,7 @@
id: attribute.key,
title: attribute.key,
type: attribute.type as ColumnType,
show: selected?.includes(attribute.key) ?? true,
hide: !!selected?.includes(attribute.key),
array: attribute?.array,
width: { min: 168 },
format: