Fix team creation UI issue

This commit is contained in:
yflory
2019-10-08 15:25:19 +02:00
parent 8d99e811f1
commit 50d0abd193
2 changed files with 21 additions and 10 deletions

View File

@@ -649,8 +649,8 @@ define([
if (err) { console.error(err); }
}));
}).nThen(function () {
cb();
closeTeam(ctx, teamId);
cb();
});
};