This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new 372aee2e fix: remove name (#276)
372aee2e is described below

commit 372aee2eb695d7c731503abd982a42dad1b0d550
Author: Fine0830 <[email protected]>
AuthorDate: Thu Jun 8 09:21:17 2023 +0800

    fix: remove name (#276)
---
 src/hooks/data.ts         | 1 -
 src/types/components.d.ts | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/hooks/data.ts b/src/hooks/data.ts
index d74ba1b2..f1667e0d 100644
--- a/src/hooks/data.ts
+++ b/src/hooks/data.ts
@@ -116,7 +116,6 @@ export const RespFields: Indexable = {
     type
     results {
       metric {
-        name
         labels {
           key
           value
diff --git a/src/types/components.d.ts b/src/types/components.d.ts
index 05ec63bd..fa07aadd 100644
--- a/src/types/components.d.ts
+++ b/src/types/components.d.ts
@@ -22,7 +22,6 @@ declare module '@vue/runtime-core' {
     ElMenuItemGroup: typeof import('element-plus/es')['ElMenuItemGroup']
     ElOption: typeof import('element-plus/es')['ElOption']
     ElPagination: typeof import('element-plus/es')['ElPagination']
-    ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
     ElPopover: typeof import('element-plus/es')['ElPopover']
     ElProgress: typeof import('element-plus/es')['ElProgress']
     ElRadio: typeof import('element-plus/es')['ElRadio']

Reply via email to