From b6d8a2c16094fe43a81a3410ced6270b6ac5ee75 Mon Sep 17 00:00:00 2001 From: Fine Date: Tue, 26 Nov 2024 16:13:54 +0800 Subject: [PATCH] fix --- .../dashboard/controls/AsyncProfiling.vue | 8 ------ .../related/async-profiling/Header.vue | 26 ++++++++----------- .../async-profiling/components/Filter.vue | 3 ++- .../async-profiling/components/data.ts | 9 +++++++ 4 files changed, 22 insertions(+), 24 deletions(-) diff --git a/src/views/dashboard/controls/AsyncProfiling.vue b/src/views/dashboard/controls/AsyncProfiling.vue index 2618f160..4b0466cf 100644 --- a/src/views/dashboard/controls/AsyncProfiling.vue +++ b/src/views/dashboard/controls/AsyncProfiling.vue @@ -14,7 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. -->