mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 02:36:41 +00:00
fix: expanded form ui changes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user