mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:38:21 +00:00
feat: add legacy indicator for LinkToAnotherRecord when version is not 2
This commit is contained in:
@@ -1261,6 +1261,17 @@ const unique = computed({
|
||||
}"
|
||||
>
|
||||
{{ UITypesName[opt.name] }}
|
||||
<span
|
||||
v-if="
|
||||
isEdit &&
|
||||
column &&
|
||||
column.uidt === UITypes.LinkToAnotherRecord &&
|
||||
opt.name === UITypes.LinkToAnotherRecord &&
|
||||
column.colOptions?.version !== 2
|
||||
"
|
||||
class="!text-xs !text-nc-content-brand-hover"
|
||||
>(Legacy)</span
|
||||
>
|
||||
</div>
|
||||
|
||||
<div v-if="searchBasisInfoMap[opt.name]" class="flex-1 flex">
|
||||
|
||||
Reference in New Issue
Block a user