We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe019e commit 9c21432Copy full SHA for 9c21432
src/api/index.ts
@@ -4,7 +4,6 @@ export interface harborApi {}
4
5
export const harborApiRef = createApiRef<harborApi>({
6
id: "plugin.harbor.service",
7
- description: "Used by the Harbor plugin to make requests",
8
});
9
10
export type Options = {
src/plugin.ts
@@ -15,7 +15,7 @@ export const isHarborAvailable = (entity: Entity) =>
15
Boolean(entity?.metadata.annotations?.[HARBOR_ANNOTATION_REPOSITORY]);
16
17
export const entityContentRouteRef = createRouteRef({
18
- title: "Harbor Entity Content",
+ id: "Harbor Entity Content",
19
20
21
export const harborPlugin = createPlugin({
0 commit comments