Fix issue that it opened the webhook urls every time credentials got
selected
This commit is contained in:
@@ -115,7 +115,7 @@ export default mixins(
|
|||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
node () {
|
node () {
|
||||||
this.isMinimized = false;
|
this.isMinimized = true;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user