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 b3874b4 commit 44e9f88Copy full SHA for 44e9f88
apps/webapp/app/components/runs/v3/TaskRunsTable.tsx
@@ -91,6 +91,7 @@ export function TaskRunsTable({
91
const location = useOptimisticLocation();
92
const rootOnly = value("rootOnly") ? `` : `rootOnly=${rootOnlyDefault}`;
93
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 */
95
const tableStateParam = disableAdjacentRows ? '' : encodeURIComponent(search);
96
97
const showCompute = isManagedCloud;
0 commit comments