diff --git a/src/views/dashboard/related/async-profiling/components/NewTask.vue b/src/views/dashboard/related/async-profiling/components/NewTask.vue index 5d720872..8ecb6820 100644 --- a/src/views/dashboard/related/async-profiling/components/NewTask.vue +++ b/src/views/dashboard/related/async-profiling/components/NewTask.vue @@ -109,7 +109,7 @@ limitations under the License. --> const selectorStore = useSelectorStore(); const { t } = useI18n(); const serviceInstanceIds = ref([]); - const asyncEvents = ref([ProfilingEvents[0]]); + const asyncEvents = ref([]); const duration = ref(DurationOptions[0].value); const execArgs = ref(""); const loading = ref(false);