|
@@ -282,6 +282,7 @@ App.ServiceConfigProperty = Em.Object.extend({
|
|
this.set('value', this.get('recommendedValue'));
|
|
this.set('value', this.get('recommendedValue'));
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ this.set('previousValue', this.get('value'));
|
|
if (this.get('value') === null) {
|
|
if (this.get('value') === null) {
|
|
this.set('isVisible', false);
|
|
this.set('isVisible', false);
|
|
}
|
|
}
|