mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 00:57:12 +00:00
fix: retain user field icon for system user fields
This commit is contained in:
@@ -67,7 +67,7 @@ const renderIcon = (column: ColumnType, relationColumn?: ColumnType) => {
|
||||
return { icon: iconMap.datetime, color: 'text-grey' }
|
||||
case UITypes.CreatedBy:
|
||||
case UITypes.LastModifiedBy:
|
||||
return { icon: iconMap.phUserGear, color: 'text-grey' }
|
||||
return { icon: iconMap.phUser, color: 'text-grey' }
|
||||
}
|
||||
|
||||
return { icon: iconMap.generic, color: 'text-grey' }
|
||||
|
||||
Reference in New Issue
Block a user