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" />