Merge pull request #3371 from loganhz/labels

Fix label missing issue
This commit is contained in:
Vincent Fiduccia 2019-09-19 11:52:05 -07:00 committed by GitHub
commit 9e0216a299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) => {