mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-08-02 12:11:55 +00:00
fix
This commit is contained in:
parent
78a0834fb2
commit
ca5d7e8ebe
@ -109,7 +109,7 @@ limitations under the License. -->
|
||||
const selectorStore = useSelectorStore();
|
||||
const { t } = useI18n();
|
||||
const serviceInstanceIds = ref<string[]>([]);
|
||||
const asyncEvents = ref<string[]>([ProfilingEvents[0]]);
|
||||
const asyncEvents = ref<string[]>([]);
|
||||
const duration = ref<string>(DurationOptions[0].value);
|
||||
const execArgs = ref<string>("");
|
||||
const loading = ref<boolean>(false);
|
||||
|
Loading…
Reference in New Issue
Block a user