Skip to content

Commit 21de32e

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/jobs/RunsTable.js
Co-authored-by: Copilot <[email protected]>
1 parent ea19a5a commit 21de32e

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

services/static-webserver/client/source/class/osparc/jobs/RunsTable.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ qx.Class.define("osparc.jobs.RunsTable", {
181181
.then(() => osparc.FlashMessenger.logAs(this.tr("Stopping pipeline"), "INFO"))
182182
.catch(err => osparc.FlashMessenger.logError(err));
183183
}
184-
}
185-
, this);
184+
}, this);
186185
},
187186
}
188187
});

0 commit comments

Comments
 (0)