fix(ui): repair issue detail split regressions

This commit is contained in:
dotta 2026-04-09 07:07:08 -05:00
parent 27ec1e0c8b
commit 1ac1dbcb3e
2 changed files with 5 additions and 33 deletions

View file

@ -330,6 +330,7 @@ describe("inbox helpers", () => {
dashboard,
heartbeatRuns: [],
mineIssues: [makeIssue("1", false), makeIssue("2", false), makeIssue("3", true)],
dismissedAlerts: new Set<string>(),
dismissedAtByKey: new Map(),
});