mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(Airtable Node): Make multipleRecordLinks editable in fields (#9608)
This commit is contained in:
@@ -31,7 +31,6 @@ const airtableReadOnlyFields = [
|
||||
'rollup',
|
||||
'externalSyncSource',
|
||||
'multipleLookupValues',
|
||||
'multipleRecordLinks',
|
||||
];
|
||||
|
||||
const airtableTypesMap: TypesMap = {
|
||||
@@ -42,7 +41,7 @@ const airtableTypesMap: TypesMap = {
|
||||
time: [],
|
||||
object: [],
|
||||
options: ['singleSelect'],
|
||||
array: ['multipleSelects', 'multipleAttachments'],
|
||||
array: ['multipleSelects', 'multipleRecordLinks', 'multipleAttachments'],
|
||||
};
|
||||
|
||||
function mapForeignType(foreignType: string, typesMap: TypesMap): FieldType {
|
||||
|
||||
Reference in New Issue
Block a user