fix: CreatedBy & LastModifiedBy icons

This commit is contained in:
mertmit
2024-01-06 08:47:48 +00:00
parent 0332016f4e
commit 34dc7c1dab
2 changed files with 22 additions and 18 deletions

View File

@@ -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.account, color: 'text-grey' }
return { icon: iconMap.phUserGear, color: 'text-grey' }
}
return { icon: iconMap.generic, color: 'text-grey' }