Plugin tweaks

This commit is contained in:
Gregory Schier
2024-07-22 12:17:46 -07:00
parent 994f314cff
commit 47d4fffc20
4 changed files with 8 additions and 6 deletions

View File

@@ -131,7 +131,7 @@ export function GrpcProtoSelection({ requestId }: Props) {
{reflectError && (
<Banner color="warning">
<h1 className="font-bold">
Reflection failed on URL <InlineCode>{request.url}</InlineCode>
Reflection failed on URL <InlineCode>{request.url || 'n/a'}</InlineCode>
</h1>
{reflectError}
</Banner>