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 62eb054f fix: remove unused configurations (#386)
62eb054f is described below
commit 62eb054ff50a672fa95a444788f022c64e93e403
Author: Fine0830 <[email protected]>
AuthorDate: Fri Apr 12 18:08:47 2024 +0800
fix: remove unused configurations (#386)
---
src/views/dashboard/List.vue | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue
index 66285edc..5b690366 100644
--- a/src/views/dashboard/List.vue
+++ b/src/views/dashboard/List.vue
@@ -391,6 +391,8 @@ limitations under the License. -->
delete child.label;
delete child.value;
delete child.filters;
+ delete child.typesOfMQE;
+ delete child.subTypesOfMQE;
if (isEmptyObject(child.graph)) {
delete child.graph;
}