From 360c098b09827bf401d2b2a987f860b73071f5f7 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 31 Aug 2026 10:54:40 -0700 Subject: [PATCH] fix(grpc): remove the dead Refresh item from the method picker It has never had an onSelect. Introduced inert in #193 and carried through the codebase split, so clicking it only ever closed the dropdown. Reload Schema in the message editor's schema dropdown does the job it looked like it was for. --- apps/yaak-client/components/GrpcRequestPane.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/apps/yaak-client/components/GrpcRequestPane.tsx b/apps/yaak-client/components/GrpcRequestPane.tsx index 3dd333b7..bec53ee4 100644 --- a/apps/yaak-client/components/GrpcRequestPane.tsx +++ b/apps/yaak-client/components/GrpcRequestPane.tsx @@ -194,13 +194,6 @@ export function GrpcRequestPane({ type: "default", shortLabel: o.label, }))} - itemsAfter={[ - { - label: "Refresh", - type: "default", - leftSlot: , - }, - ]} >