diff --git a/.changeset/fluffy-jokes-film.md b/.changeset/fluffy-jokes-film.md new file mode 100644 index 0000000..58f2de6 --- /dev/null +++ b/.changeset/fluffy-jokes-film.md @@ -0,0 +1,5 @@ +--- +"observability": patch +--- + +Drop the unsupported definition of `ProductOptions.label` field from `product.ts`. diff --git a/pkg/observability/product.ts b/pkg/observability/product.ts index 73952bb..242e801 100644 --- a/pkg/observability/product.ts +++ b/pkg/observability/product.ts @@ -36,8 +36,6 @@ export function init($plugin: IPlugin, store: any) { // @ts-ignore -- though `svg` is not part of the interface, it does work. svg: stsIcon, name: OBSERVABILITY_PRODUCT_NAME, - - label: store.getters['i18n/t']('observability.name'), inStore: 'management', showClusterSwitcher: true, to: {