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.
1 parent 1a3b6f5 commit af60c44Copy full SHA for af60c44
services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js
@@ -1209,12 +1209,13 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
1209
break;
1210
}
1211
// then update the search context this will trigger the search
1212
+ const searchContext = data["searchContext"];
1213
if ([
1214
osparc.dashboard.StudyBrowser.CONTEXT.SEARCH_PROJECTS,
1215
osparc.dashboard.StudyBrowser.CONTEXT.SEARCH_TEMPLATES,
1216
osparc.dashboard.StudyBrowser.CONTEXT.SEARCH_PUBLIC_TEMPLATES,
- ].includes(curatedContext)) {
1217
- this._changeContext(curatedContext);
+ ].includes(searchContext)) {
1218
+ this._changeContext(searchContext);
1219
1220
});
1221
},
0 commit comments