mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 00:05:24 +00:00
fix
This commit is contained in:
parent
5c6c6a6e63
commit
6580e8abc0
@ -55,7 +55,7 @@ limitations under the License. -->
|
||||
valueMappings.value[params] = valueMappings.value[list[index]];
|
||||
}
|
||||
delete valueMappings.value[list[index]];
|
||||
keys.value = graph.valueMappings ? Object.keys(valueMappings.value) : [""];
|
||||
keys.value = valueMappings.value.length ? Object.keys(valueMappings.value) : [""];
|
||||
updateConfig();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user