Skip to content

Commit c8ce874

Browse files
committed
exclude until we have the export to standalone backend functionality
1 parent 669f096 commit c8ce874

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,8 @@ qx.Class.define("osparc.navigation.StudyTitleWOptions", {
158158

159159
const convertToStandaloneButton = this.getChildControl("study-menu-convert-to-standalone");
160160
const evaluateConvertToPipelineButton = () => {
161-
if (study.getUi().getMode() === "workbench" && study.isOnlyNodeDynamic()) {
162-
convertToStandaloneButton.show();
163-
} else {
164-
convertToStandaloneButton.exclude();
165-
}
161+
// exclude until we have the export to standalone backend functionality
162+
convertToStandaloneButton.exclude();
166163
};
167164
study.getWorkbench().addListener("pipelineChanged", () => evaluateConvertToPipelineButton());
168165
study.getUi().addListener("changeMode", () => evaluateConvertToPipelineButton());

0 commit comments

Comments
 (0)