aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/Service.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/Service.js')
-rw-r--r--src/models/Service.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/models/Service.js b/src/models/Service.js
index 1bab8bd68..41180dd76 100644
--- a/src/models/Service.js
+++ b/src/models/Service.js
@@ -69,6 +69,8 @@ export default class Service {
69 69
70 this.hasCustomUploadedIcon = data.hasCustomIcon !== undefined ? data.hasCustomIcon : this.hasCustomUploadedIcon; 70 this.hasCustomUploadedIcon = data.hasCustomIcon !== undefined ? data.hasCustomIcon : this.hasCustomUploadedIcon;
71 71
72 this.proxy = data.proxy !== undefined ? data.proxy : this.proxy;
73
72 this.recipe = recipe; 74 this.recipe = recipe;
73 75
74 autorun(() => { 76 autorun(() => {