fix(minor): assign_to field disappears while assigning a task/issue (#6775)

* fix(minor): assign_to field while assigning

* fix: remove whitespaces
This commit is contained in:
sahil28297 2019-01-16 18:50:14 +05:30 committed by Faris Ansari
parent bb7a2f04ac
commit 6d2b16cf42

View file

@ -103,6 +103,7 @@ frappe.ui.form.AssignTo = Class.extend({
}
me.assign_to.dialog.show();
me.assign_to = null;
},
remove: function(owner) {
var me = this;