Commit 7f256b429aa5d3a85e0d578c238a76befc8e9b46
Committed by
GitHub
1 parent
909c8801
Update widgets-bundle-select.component.ts
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -140,7 +140,7 @@ export class WidgetsBundleSelectComponent implements ControlValueAccessor, OnIni | @@ -140,7 +140,7 @@ export class WidgetsBundleSelectComponent implements ControlValueAccessor, OnIni | ||
140 | this.widgetsBundle = found; | 140 | this.widgetsBundle = found; |
141 | this.updateView(); | 141 | this.updateView(); |
142 | } | 142 | } |
143 | - } else { | 143 | + } else if (this.widgetsBundle) { |
144 | this.widgetsBundle = null; | 144 | this.widgetsBundle = null; |
145 | this.updateView(); | 145 | this.updateView(); |
146 | } | 146 | } |