mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 20:56:52 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -41,7 +41,7 @@ const filteredColumns = computed(() => {
|
||||
!isSupportedDisplayValueColumn(column) && columnTypeName(column)
|
||||
? `${columnTypeName(column)} field cannot be a display value field`
|
||||
: '',
|
||||
column: column,
|
||||
column,
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user