mirror of https://github.com/rancher/ui.git
Fix label missing issue
This commit is contained in:
parent
ecf852e21e
commit
43e22b8fc8
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue