mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 16:44:06 +01:00
Minor tweaks
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user