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) {
|
updateLabels(labels) {
|
||||||
if (this.setLabels) {
|
if (this.setLabels) {
|
||||||
this.setLabels(labels);
|
this.setLabels(labels);
|
||||||
} else {
|
} else if ( get(this, 'editing') ) {
|
||||||
const out = {};
|
const out = {};
|
||||||
|
|
||||||
labels.forEach((row) => {
|
labels.forEach((row) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue