mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 05:27:11 +00:00
refactor: rename CreateTime to CreatedTime
This commit is contained in:
@@ -62,7 +62,7 @@ const renderIcon = (column: ColumnType, relationColumn?: ColumnType) => {
|
||||
return { icon: iconMap.rollup, color: 'text-grey' }
|
||||
case UITypes.Count:
|
||||
return { icon: CountIcon, color: 'text-grey' }
|
||||
case UITypes.CreateTime:
|
||||
case UITypes.CreatedTime:
|
||||
case UITypes.LastModifiedTime:
|
||||
return { icon: iconMap.datetime, color: 'text-grey' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user