diff --git a/src-web/components/GrpcEditor.tsx b/src-web/components/GrpcEditor.tsx
index c6f45788..12964bf5 100644
--- a/src-web/components/GrpcEditor.tsx
+++ b/src-web/components/GrpcEditor.tsx
@@ -91,7 +91,6 @@ export function GrpcEditor({
}, [alert, services, request.method, request.service]);
const reflectionUnavailable = reflectionError?.match(/unimplemented/i);
- const reflectionSuccess = !reflectionError && services != null && request.protoFiles.length === 0;
reflectionError = reflectionUnavailable ? undefined : reflectionError;
return (
@@ -105,7 +104,7 @@ export function GrpcEditor({
placeholder="..."
ref={editorViewRef}
actions={[
-
+