Commit bde3ff8435a24467614b43fea3f9c10ee6714163
1 parent
0ee49075
UI: When clicking the button "Show on widget", the default widget bundle did not always work
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -140,6 +140,8 @@ export class WidgetsBundleSelectComponent implements ControlValueAccessor, OnIni | @@ -140,6 +140,8 @@ export class WidgetsBundleSelectComponent implements ControlValueAccessor, OnIni | ||
140 | this.widgetsBundle = found; | 140 | this.widgetsBundle = found; |
141 | this.updateView(); | 141 | this.updateView(); |
142 | } | 142 | } |
143 | + } else { | ||
144 | + this.widgetsBundle = null; | ||
143 | } | 145 | } |
144 | } | 146 | } |
145 | 147 |