Skip to content

Commit 6ce10bc

Browse files
committed
Use operation name as title of connectors tab
1 parent 9d93aaa commit 6ce10bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/application/pages/connectors/$operationId.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export function Route() {
5959
<>
6060
<SidebarLayout.Main className="!overflow-auto flex flex-col p-4 gap-4">
6161
<div className="flex flex-col gap-2">
62-
<Heading as="h1" size="2xl">
63-
Connectors
62+
<Heading as="h1" size="2xl" className="font-code">
63+
{request.operationName}
6464
</Heading>
6565
<Breadcrumb>
6666
<BreadcrumbItem isCurrentPage={!match}>

0 commit comments

Comments
 (0)