Skip to content

Commit 44e9f88

Browse files
committed
chore(webapp): Add a comment to stop code rabbit from going rabid
1 parent b3874b4 commit 44e9f88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/components/runs/v3/TaskRunsTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export function TaskRunsTable({
9191
const location = useOptimisticLocation();
9292
const rootOnly = value("rootOnly") ? `` : `rootOnly=${rootOnlyDefault}`;
9393
const search = rootOnly ? `${rootOnly}&${location.search}` : location.search;
94+
/** TableState has to be encoded as a separate URI component, so it's merged under one, 'tableState' param */
9495
const tableStateParam = disableAdjacentRows ? '' : encodeURIComponent(search);
9596

9697
const showCompute = isManagedCloud;

0 commit comments

Comments
 (0)