Remove unused dependencies

This commit is contained in:
Felipe Martins Diel 2024-11-03 15:31:45 -03:00
parent d6b6dfc166
commit 8364f7bc4e

View file

@ -130,7 +130,6 @@ export const customResourceDescription: INodeProperties[] = [
default: '', default: '',
typeOptions: { typeOptions: {
loadOptionsMethod: 'getSupportedLanguages', loadOptionsMethod: 'getSupportedLanguages',
loadOptionsDependsOn: ['customResource'],
}, },
}, },
], ],
@ -220,7 +219,6 @@ export const customResourceDescription: INodeProperties[] = [
default: '', default: '',
typeOptions: { typeOptions: {
loadOptionsMethod: 'getSupportedLanguages', loadOptionsMethod: 'getSupportedLanguages',
loadOptionsDependsOn: ['customResource'],
}, },
}, },
], ],
@ -400,7 +398,6 @@ export const customResourceDescription: INodeProperties[] = [
default: '', default: '',
typeOptions: { typeOptions: {
loadOptionsMethod: 'getSupportedLanguages', loadOptionsMethod: 'getSupportedLanguages',
loadOptionsDependsOn: ['customResource'],
}, },
}, },
], ],