Minor tweaks

This commit is contained in:
Gregory Schier
2024-02-06 19:32:03 -08:00
parent 2ea7e6ba27
commit 14582e6bf4
4 changed files with 12 additions and 21 deletions

View File

@@ -34,7 +34,6 @@ interface Props {
onClientStreaming: () => void;
onServerStreaming: () => void;
onStreaming: () => void;
onReflectRefetch: () => void;
services: ReflectResponseService[] | null;
}
@@ -45,7 +44,6 @@ export function GrpcConnectionSetupPane({
activeRequest,
reflectionError,
reflectionLoading,
onReflectRefetch,
onStreaming,
onClientStreaming,
onServerStreaming,
@@ -230,7 +228,6 @@ export function GrpcConnectionSetupPane({
className="bg-gray-50"
reflectionError={reflectionError}
reflectionLoading={reflectionLoading}
onReflect={onReflectRefetch}
request={activeRequest}
/>
</VStack>