Fix label missing issue

This commit is contained in:
loganhz 2019-09-20 00:23:09 +08:00
parent ecf852e21e
commit 43e22b8fc8
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ export default Component.extend(ManageLabels, {
updateLabels(labels) {
if (this.setLabels) {
this.setLabels(labels);
} else {
} else if ( get(this, 'editing') ) {
const out = {};
labels.forEach((row) => {