Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Jan 14, 2025
1 parent 9f2eff8 commit ecbaa63
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ qx.Class.define("osparc.share.NewCollaboratorsManager", {
console.error(err);
osparc.FlashMessenger.getInstance().logAs(err.message, "ERROR");
})
.finally(() => {
this.__searchingCollaborators.exclude();
});
.finally(() => this.__searchingCollaborators.exclude());
},

__showProductEveryone: function() {
Expand Down

0 comments on commit ecbaa63

Please sign in to comment.