This commit is contained in:
Adria Navarro 2023-09-14 16:51:15 +02:00
parent 78c5216ee8
commit 6f78825592
1 changed files with 0 additions and 1 deletions

View File

@ -392,7 +392,6 @@
if (!external || table.sql) {
fields = [...fields, FIELDS.LINK, FIELDS.ARRAY]
}
// fields = [...fields, ...Object.values(devFieldDefinitions)]
return fields
}
}