File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/static-webserver/client/source/class/osparc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -804,7 +804,7 @@ qx.Class.define("osparc.dashboard.CardBase", {
804804 } ,
805805
806806 __applyState : function ( state ) {
807- const projectLocked = osparc . study . Utils . state . getProjectLocked ( state ) ;
807+ const projectLocked = osparc . study . Utils . state . isProjectLocked ( state ) ;
808808 const currentUserGroupIds = osparc . study . Utils . state . getCurrentGroupIds ( state ) ;
809809 const pipelineState = osparc . study . Utils . state . getPipelineState ( state ) ;
810810
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ qx.Class.define("osparc.study.Utils", {
375375 } ,
376376
377377 state : {
378- getProjectLocked : function ( state ) {
378+ isProjectLocked : function ( state ) {
379379 if (
380380 state &&
381381 "shareState" in state &&
You can’t perform that action at this time.
0 commit comments