mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix closing
This commit is contained in:
parent
a37cf53244
commit
2da68da5a6
|
@ -122,8 +122,6 @@ export default mixins(workflowHelpers).extend({
|
|||
email: '',
|
||||
});
|
||||
}
|
||||
|
||||
this.modalBus.$emit('close');
|
||||
},
|
||||
onInputChange(value: string) {
|
||||
this.form.email = value;
|
||||
|
|
Loading…
Reference in a new issue