fix: remove unused configurations (#386)

This commit is contained in:
Fine0830 2024-04-12 18:08:47 +08:00 committed by GitHub
parent e0bbe99b6c
commit 62eb054ff5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}