fix: expanded form ui changes

This commit is contained in:
sreehari jayaraj
2023-10-06 12:56:48 +00:00
parent 3f2efaa40e
commit 33893b88c3
5 changed files with 58 additions and 37 deletions

View File

@@ -39,7 +39,7 @@ const renderIcon = (column: ColumnType, relationColumn?: ColumnType) => {
case UITypes.QrCode:
return { icon: iconMap.qrCode, color: 'text-grey' }
case UITypes.Barcode:
return { icon: iconMap.qrCode, color: 'text-grey' }
return { icon: iconMap.barCode, color: 'text-grey' }
case UITypes.Lookup:
switch ((relationColumn?.colOptions as LinkToAnotherRecordType)?.type) {
case RelationTypes.MANY_TO_MANY: