mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-05-10 03:25:21 +00:00
fix: reset tag keys list and duration condition (#178)
This commit is contained in:
@@ -173,6 +173,7 @@ function selectTag(item: string) {
|
||||
function searchTags() {
|
||||
if (!tags.value) {
|
||||
tagList.value = tagArr.value;
|
||||
fetchTagKeys();
|
||||
return;
|
||||
}
|
||||
let search = "";
|
||||
|
||||
Reference in New Issue
Block a user