mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Airtable Node): Table RLC should depend on Base RLC (#13735)
This commit is contained in:
@@ -61,6 +61,9 @@ export const tableRLC: INodeProperties = {
|
||||
type: 'resourceLocator',
|
||||
default: { mode: 'list', value: '' },
|
||||
required: true,
|
||||
typeOptions: {
|
||||
loadOptionsDependsOn: ['base.value'],
|
||||
},
|
||||
modes: [
|
||||
{
|
||||
displayName: 'From List',
|
||||
|
||||
Reference in New Issue
Block a user