Skip to content

Commit

Permalink
fixed some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
wrighbr committed Jan 3, 2022
1 parent 4fe019e commit 9c21432
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export interface harborApi {}

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

export type Options = {
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 9c21432

Please sign in to comment.