fix(Airtable Node): Table RLC should depend on Base RLC (#13735)

This commit is contained in:
Michael Kret 2025-03-10 10:58:37 +02:00 committed by GitHub
parent 630608c8bd
commit 321fac2efa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,6 +61,9 @@ export const tableRLC: INodeProperties = {
type: 'resourceLocator',
default: { mode: 'list', value: '' },
required: true,
typeOptions: {
loadOptionsDependsOn: ['base.value'],
},
modes: [
{
displayName: 'From List',