Skip to content

Commit 424d40a

Browse files
committed
If there's an error then there are filters
1 parent 1b339ed commit 424d40a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/presenters/v3/NextRunListPresenter.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export class NextRunListPresenter {
9999
(runId !== undefined && runId.length > 0) ||
100100
(queues !== undefined && queues.length > 0) ||
101101
(machines !== undefined && machines.length > 0) ||
102+
(errorId !== undefined && errorId !== "") ||
102103
typeof isTest === "boolean" ||
103104
rootOnly === true ||
104105
!time.isDefault;

0 commit comments

Comments
 (0)