mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
⚡ Add open event (#2261)
This commit is contained in:
parent
a077c8e416
commit
a4374e235e
|
@ -202,6 +202,12 @@ export default mixins(showMessage, nodeHelpers).extend({
|
|||
}
|
||||
}
|
||||
|
||||
this.$externalHooks().run('credentialsEdit.credentialModalOpened', {
|
||||
credentialType: this.credentialTypeName,
|
||||
isEditingCredential: this.mode === 'edit',
|
||||
activeNode: this.$store.getters.activeNode,
|
||||
});
|
||||
|
||||
if (this.credentialId) {
|
||||
if (!this.requiredPropertiesFilled) {
|
||||
this.showValidationWarning = true;
|
||||
|
|
Loading…
Reference in a new issue