Skip to content

Commit 33d6254

Browse files
committed
minor
1 parent 72eaaa4 commit 33d6254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/navigation/NavigationBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ qx.Class.define("osparc.navigation.NavigationBar", {
354354
const readOnlyInfo = this.getChildControl("read-only-info")
355355
if (study) {
356356
this.getChildControl("study-title-options").setStudy(study);
357-
study.bind("savePending", readOnlyInfo, "visibility", {
357+
study.bind("savePending", savingStudyIcon, "visibility", {
358358
converter: value => value && ["workbench", "pipeline"].includes(study.getUi().getMode()) ? "visible" : "excluded"
359359
});
360360
study.bind("readOnly", readOnlyInfo, "visibility", {

0 commit comments

Comments
 (0)