Skip to content

Commit 9c21432

Browse files
committed
fixed some stuff
1 parent 4fe019e commit 9c21432

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/api/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export interface harborApi {}
44

55
export const harborApiRef = createApiRef<harborApi>({
66
id: "plugin.harbor.service",
7-
description: "Used by the Harbor plugin to make requests",
87
});
98

109
export type Options = {

src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const isHarborAvailable = (entity: Entity) =>
1515
Boolean(entity?.metadata.annotations?.[HARBOR_ANNOTATION_REPOSITORY]);
1616

1717
export const entityContentRouteRef = createRouteRef({
18-
title: "Harbor Entity Content",
18+
id: "Harbor Entity Content",
1919
});
2020

2121
export const harborPlugin = createPlugin({

0 commit comments

Comments
 (0)