mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
Remove unused dependencies
This commit is contained in:
parent
d6b6dfc166
commit
8364f7bc4e
|
@ -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'],
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue