refactor: rename CreateTime to CreatedTime

This commit is contained in:
Pranav C
2024-01-04 13:19:22 +00:00
parent c9f44f9b1a
commit 21cd0012b9
61 changed files with 130 additions and 130 deletions

View File

@@ -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' }
}