We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b339ed commit 424d40aCopy full SHA for 424d40a
apps/webapp/app/presenters/v3/NextRunListPresenter.server.ts
@@ -99,6 +99,7 @@ export class NextRunListPresenter {
99
(runId !== undefined && runId.length > 0) ||
100
(queues !== undefined && queues.length > 0) ||
101
(machines !== undefined && machines.length > 0) ||
102
+ (errorId !== undefined && errorId !== "") ||
103
typeof isTest === "boolean" ||
104
rootOnly === true ||
105
!time.isDefault;
0 commit comments