Commit bde3ff8435a24467614b43fea3f9c10ee6714163

Authored by Vladyslav_Prykhodko
1 parent 0ee49075

UI: When clicking the button "Show on widget", the default widget bundle did not always work

... ... @@ -140,6 +140,8 @@ export class WidgetsBundleSelectComponent implements ControlValueAccessor, OnIni
140 140 this.widgetsBundle = found;
141 141 this.updateView();
142 142 }
  143 + } else {
  144 + this.widgetsBundle = null;
143 145 }
144 146 }
145 147
... ...