There was an error while loading. Please reload this page.
1 parent 4fb6f25 commit 670a8feCopy full SHA for 670a8fe
1 file changed
web/sdk/client/views/pat/pat-details-view.tsx
@@ -252,19 +252,6 @@ export function PATDetailsView({
252
if (showTokenNotFound || hasUnexpectedError) {
253
return (
254
<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
- />
268
{showTokenNotFound ? (
269
<EmptyState
270
icon={<LockClosedIcon />}
0 commit comments