mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 00:46:40 +00:00
feat: createdBy & lastModifiedBy
This commit is contained in:
@@ -65,6 +65,9 @@ const renderIcon = (column: ColumnType, relationColumn?: ColumnType) => {
|
||||
case UITypes.CreatedTime:
|
||||
case UITypes.LastModifiedTime:
|
||||
return { icon: iconMap.datetime, color: 'text-grey' }
|
||||
case UITypes.CreatedBy:
|
||||
case UITypes.LastModifiedBy:
|
||||
return { icon: iconMap.account, color: 'text-grey' }
|
||||
}
|
||||
|
||||
return { icon: iconMap.generic, color: 'text-grey' }
|
||||
|
||||
Reference in New Issue
Block a user