mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 16:06:56 +00:00
fix(nc-gui): date time related field self review changes
This commit is contained in:
@@ -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]',
|
||||
|
||||
Reference in New Issue
Block a user