From 7580d653c2d7477b5472d260860b49c7887eb8d7 Mon Sep 17 00:00:00 2001 From: forgottener Date: Mon, 2 Jun 2025 11:26:42 +0800 Subject: [PATCH] allow input text for quick matching and selection --- .../dashboard/related/async-profiling/components/NewTask.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/related/async-profiling/components/NewTask.vue b/src/views/dashboard/related/async-profiling/components/NewTask.vue index a0ee1c9e..cb3cbd37 100644 --- a/src/views/dashboard/related/async-profiling/components/NewTask.vue +++ b/src/views/dashboard/related/async-profiling/components/NewTask.vue @@ -25,7 +25,7 @@ limitations under the License. --> :options="asyncProfilingStore.instances" placeholder="Select instances" @change="changeInstances" - :filterable="false" + :filterable="true" />