From 91a0c2979bb3a07e1eb1e2175a78acd5a6676cdb Mon Sep 17 00:00:00 2001 From: Peter Olu Date: Thu, 12 May 2022 10:17:09 +0100 Subject: [PATCH] implemeted functionlaity to empty taglist internally on cancel --- src/views/components/ConditionTags.vue | 17 +++++++++++------ src/views/dashboard/related/trace/Filter.vue | 16 ++++++++++++++-- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/src/views/components/ConditionTags.vue b/src/views/components/ConditionTags.vue index bd2d2a74..e1a40a31 100644 --- a/src/views/components/ConditionTags.vue +++ b/src/views/components/ConditionTags.vue @@ -16,10 +16,7 @@ limitations under the License. -->
{{ t("tags") }}: - + {{ item }} @@ -62,11 +59,12 @@ limitations under the License. -->