mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-23 10:32:17 -08:00
Fix issue that it opened the webhook urls every time credentials got
selected
This commit is contained in:
parent
d031ae312a
commit
3095e5728a
|
@ -115,7 +115,7 @@ export default mixins(
|
|||
},
|
||||
watch: {
|
||||
node () {
|
||||
this.isMinimized = false;
|
||||
this.isMinimized = true;
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue