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

@@ -87,7 +87,6 @@ export function GrpcConnectionLayout({ style }: Props) {
onCommit={grpc.commit.mutate}
onCancel={grpc.cancel.mutate}
onSend={grpc.send.mutate}
onReflectRefetch={grpc.reflect.refetch}
services={services ?? null}
reflectionError={grpc.reflect.error as string | undefined}
reflectionLoading={grpc.reflect.isFetching}