Skip to content

Commit 804c18a

Browse files
committed
fix
1 parent 864f05e commit 804c18a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ qx.Class.define("osparc.dashboard.ResourceBrowserBase", {
737737
win.close();
738738
}
739739
win.addListener("cancel", () => cancelStudyOptions());
740+
win.getChildControl("close-button").addListener("tap", () => cancelStudyOptions());
740741
studyOptions.addListener("cancel", () => cancelStudyOptions());
741742
studyOptions.addListener("startStudy", () => {
742743
const newName = studyOptions.getChildControl("title-field").getValue();

0 commit comments

Comments
 (0)