mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 21:26:56 +00:00
feat: team & settings modal data sources tab revised
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ const cellValue = inject(CellValueInj)
|
||||
|
||||
const { isPg } = useProject()
|
||||
|
||||
const result = computed(() => (isPg.value ? handleTZ(cellValue?.value) : cellValue?.value))
|
||||
const result = computed(() => (isPg(column.value.base_id) ? handleTZ(cellValue?.value) : cellValue?.value))
|
||||
|
||||
const urls = computed(() => replaceUrlsWithLink(result.value))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user