fix: fix ndv credentials watcher

This commit is contained in:
Alex Grozav 2023-07-18 14:22:15 +03:00
parent a3d0030104
commit feb45664a8

View file

@ -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();
},