From 9c214329f5fb2400da8971ebdcad0b1b84c7e0d4 Mon Sep 17 00:00:00 2001 From: Brett Wright Date: Mon, 3 Jan 2022 08:27:04 +0100 Subject: [PATCH] fixed some stuff --- src/api/index.ts | 1 - src/plugin.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/api/index.ts b/src/api/index.ts index d2141f2..342987d 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -4,7 +4,6 @@ export interface harborApi {} export const harborApiRef = createApiRef({ id: "plugin.harbor.service", - description: "Used by the Harbor plugin to make requests", }); export type Options = { diff --git a/src/plugin.ts b/src/plugin.ts index bcf0858..5f441bd 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -15,7 +15,7 @@ export const isHarborAvailable = (entity: Entity) => Boolean(entity?.metadata.annotations?.[HARBOR_ANNOTATION_REPOSITORY]); export const entityContentRouteRef = createRouteRef({ - title: "Harbor Entity Content", + id: "Harbor Entity Content", }); export const harborPlugin = createPlugin({