diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js index 567cbe88..79a5dd92 100644 --- a/web/assets/js/model/outbound.js +++ b/web/assets/js/model/outbound.js @@ -829,7 +829,7 @@ Outbound.FreedomSettings.Fragment = class extends CommonClass { Outbound.BlackholeSettings = class extends CommonClass { constructor(type) { super(); - this.type; + this.type = type; } static fromJson(json={}) {