Skip to content

Commit de1b7ff

Browse files
committed
working
1 parent 2d15bb8 commit de1b7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ qx.Class.define("osparc.jobs.RunsTableModel", {
9191
} else {
9292
promise = osparc.store.Jobs.getInstance().fetchJobsHistory(this.__projectUuid, offset, limit, JSON.stringify(this.getOrderBy()));
9393
}
94-
promise
94+
return promise
9595
.then(jobs => {
9696
const data = [];
9797
const jobsCols = osparc.jobs.RunsTable.COLS;

0 commit comments

Comments
 (0)