mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix: fix ndv credentials watcher
This commit is contained in:
parent
a3d0030104
commit
feb45664a8
|
@ -1189,7 +1189,7 @@ export default defineComponent({
|
|||
// Make sure to load the parameter options
|
||||
// directly and whenever the credentials change
|
||||
this.$watch(
|
||||
() => this.node!.credentials,
|
||||
() => this.node?.credentials,
|
||||
() => {
|
||||
void this.loadRemoteParameterOptions();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue