We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a702e00 + 3319147 commit bc448a5Copy full SHA for bc448a5
services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js
@@ -1119,7 +1119,10 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
1119
searchBarTextField.addListener("tap", () => this.__extendSearchBar());
1120
1121
const header = this.__header = new osparc.dashboard.StudyBrowserHeader();
1122
- this.__header.addListener("trashEmptied", () => this.reloadResources(), this);
+ this.__header.addListener("trashEmptied", () => {
1123
+ this.invalidateStudies();
1124
+ this.reloadResources();
1125
+ }, this);
1126
this._addToLayout(header);
1127
1128
this._createResourcesLayout("studiesList");
0 commit comments