Skip to content

Commit e4e24ea

Browse files
nicktrnericallam
authored andcommitted
feat(webapp): route run detail nav list through runsList client
The run detail page loads a small prev/next navigation list via NextRunListPresenter; point it at the runsList client too so all runs list reads use the same dedicated client.
1 parent 63dd827 commit e4e24ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ async function getRunsListFromTableState({
193193

194194
const clickhouse = await clickhouseFactory.getClickhouseForOrganization(
195195
project.organizationId,
196-
"standard"
196+
"runsList"
197197
);
198198
const runsListPresenter = new NextRunListPresenter($replica, clickhouse);
199199
const currentPageResult = await runsListPresenter.call(project.organizationId, environment.id, {

0 commit comments

Comments
 (0)