Skip to content

Commit 02a0703

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/dashboard/SearchBarFilterExtended.js
Co-authored-by: Copilot <[email protected]>
1 parent 1996f4c commit 02a0703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/SearchBarFilterExtended.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ qx.Class.define("osparc.dashboard.SearchBarFilterExtended", {
171171
radioGroup.add(myProjectsButton, templatesButton, publicProjectsButton);
172172
myProjectsButton.addListener("changeValue", e => e.getData() ? this.setCurrentContext(osparc.dashboard.StudyBrowser.CONTEXT.SEARCH_PROJECTS) : null, this);
173173
templatesButton.addListener("changeValue", e => e.getData() ? this.setCurrentContext(osparc.dashboard.StudyBrowser.CONTEXT.SEARCH_TEMPLATES) : null, this);
174-
publicProjectsButton.addListener("changeValue", e => e.getData() ? this.setCurrentContext(osparc.dashboard.StudyBrowser.CONTEXT.SEARCH_TEMPLATE.SEARCH_PUBLIC_TEMPLATES) : null, this);
174+
publicProjectsButton.addListener("changeValue", e => e.getData() ? this.setCurrentContext(osparc.dashboard.StudyBrowser.CONTEXT.SEARCH_PUBLIC_TEMPLATES) : null, this);
175175

176176
// Set initial state based on the provided initFilterData
177177
const activeFilters = this.getChildControl("search-bar-filter").getChildControl("active-filters");

0 commit comments

Comments
 (0)