Skip to content

Commit d45eb38

Browse files
authored
[HUD] Default 'Hide non-viable-strict jobs' to enabled (#8146)
It hurts every time I open the hud from a new place where this is not set.
1 parent 4a2a9c4 commit d45eb38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

torchci/lib/useGroupingPreference.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function useHideNonViableStrictPreference(): [
8585
const [state, setState] = usePreference(
8686
"hideNonViableStrict",
8787
/*override*/ undefined,
88-
/*default*/ false
88+
/*default*/ true
8989
);
9090
return [state, setState];
9191
}

0 commit comments

Comments
 (0)