Skip to content

Commit 8a64a51

Browse files
committed
linting
1 parent 72c4252 commit 8a64a51

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
794794
if (product in newStudiesData) {
795795
const mode = this._resourcesContainer.getMode();
796796
const title = this.tr("New Plan");
797-
const newStudyBtn = (mode === "grid") ? new osparc.dashboard.GridButtonNew(title) : new osparc.dashboard.ListButtonNew(title, desc);
797+
const newStudyBtn = (mode === "grid") ? new osparc.dashboard.GridButtonNew(title) : new osparc.dashboard.ListButtonNew(title);
798798
newStudyBtn.setCardKey("new-study");
799799
newStudyBtn.subscribeToFilterGroup("searchBarFilter");
800800
osparc.utils.Utils.setIdToWidget(newStudyBtn, "newStudyBtn");

0 commit comments

Comments
 (0)