mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 06:26:30 +00:00
feat: team & settings modal data sources tab revised
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -28,9 +28,11 @@ const active = inject(ActiveCellInj, ref(false))
|
||||
|
||||
const editable = inject(EditModeInj, ref(false))
|
||||
|
||||
const column = inject(ColumnInj)!
|
||||
|
||||
let isDateInvalid = $ref(false)
|
||||
|
||||
const dateFormat = isMysql ? 'YYYY-MM-DD HH:mm:ss' : 'YYYY-MM-DD HH:mm:ssZ'
|
||||
const dateFormat = isMysql(column.value.base_id) ? 'YYYY-MM-DD HH:mm:ss' : 'YYYY-MM-DD HH:mm:ssZ'
|
||||
|
||||
let localState = $computed({
|
||||
get() {
|
||||
|
||||
Reference in New Issue
Block a user