mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 02:56:49 +00:00
fix: disable anyenum as it's pseudo-type - ref: #1539
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
@@ -1715,7 +1715,6 @@ export class PgUi {
|
||||
|
||||
case 'SingleSelect':
|
||||
return [
|
||||
'anyenum',
|
||||
'text'
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user