refactor: bring back CreateTime and LastModifiedTime uidt

This commit is contained in:
Pranav C
2024-01-04 13:19:17 +00:00
parent 750bdd89f6
commit 1ae4e87297

View File

@@ -138,6 +138,14 @@ const uiTypes = [
name: UITypes.User,
icon: iconMap.account,
},
{
name: UITypes.CreateTime,
icon: iconMap.clock,
},
{
name: UITypes.LastModifiedTime,
icon: iconMap.clock,
},
]
const getUIDTIcon = (uidt: UITypes | string) => {