diff --git a/ui/src/app/components/rollouts-toolbar/rollouts-toolbar.tsx b/ui/src/app/components/rollouts-toolbar/rollouts-toolbar.tsx index 51288d4dd8..487097c5d0 100644 --- a/ui/src/app/components/rollouts-toolbar/rollouts-toolbar.tsx +++ b/ui/src/app/components/rollouts-toolbar/rollouts-toolbar.tsx @@ -224,6 +224,9 @@ export const RolloutsToolbar = ({ placeholder='Filter by name or label tag:value' value={filters.name} onChange={handleNameFilterChange} + onKeyDown={(event) => { + event.stopPropagation(); // Prevents shift+H from opening the help menu + }} ref={searchRef} />