fix closing

This commit is contained in:
Mutasem 2022-01-17 17:09:23 +01:00
parent a37cf53244
commit 2da68da5a6

View file

@ -122,8 +122,6 @@ export default mixins(workflowHelpers).extend({
email: '',
});
}
this.modalBus.$emit('close');
},
onInputChange(value: string) {
this.form.email = value;