mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 03:05:23 +00:00
fix
This commit is contained in:
parent
e5e925523c
commit
edaf017ab1
@ -56,6 +56,9 @@ limitations under the License. -->
|
|||||||
}
|
}
|
||||||
delete valueMappings.value[list[index]];
|
delete valueMappings.value[list[index]];
|
||||||
keys.value = Object.keys(valueMappings.value);
|
keys.value = Object.keys(valueMappings.value);
|
||||||
|
if (!keys.value.length) {
|
||||||
|
keys.value = [""];
|
||||||
|
}
|
||||||
updateConfig();
|
updateConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user