mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 18:06:49 +00:00
refactor: bring back CreateTime and LastModifiedTime uidt
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user