fix(nc-gui): date time related field self review changes

This commit is contained in:
Ramesh Mane
2025-01-28 13:18:34 +00:00
parent 4944805d36
commit 3302e87884
5 changed files with 21 additions and 28 deletions

View File

@@ -1,5 +1,11 @@
import { timeFormats } from 'nocodb-sdk'
export const timeFormatsObj = {
[timeFormats[0]]: 'hh:mm A',
[timeFormats[1]]: 'hh:mm:ss A',
[timeFormats[2]]: 'hh:mm:ss.SSS A',
}
export const timeCellMaxWidthMap = {
[timeFormats[0]]: {
12: 'max-w-[85px]',