Skip to content

Commit 670a8fe

Browse files
authored
fix(sdk): skip the header for PAT detail error and not-found states (#1899)
1 parent 4fb6f25 commit 670a8fe

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

web/sdk/client/views/pat/pat-details-view.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -252,19 +252,6 @@ export function PATDetailsView({
252252
if (showTokenNotFound || hasUnexpectedError) {
253253
return (
254254
<ViewContainer>
255-
<ViewHeader
256-
title=""
257-
breadcrumb={
258-
<Breadcrumb size="small">
259-
<Breadcrumb.Item
260-
onClick={() => onNavigateToPats?.()}
261-
data-test-id="frontier-sdk-pat-not-found-breadcrumb"
262-
>
263-
Personal access token
264-
</Breadcrumb.Item>
265-
</Breadcrumb>
266-
}
267-
/>
268255
{showTokenNotFound ? (
269256
<EmptyState
270257
icon={<LockClosedIcon />}

0 commit comments

Comments
 (0)