mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-04-10 20:20:06 +00:00
merge: upstream
This commit is contained in:
@@ -65,7 +65,7 @@ export const eventStore = defineStore({
|
||||
const res: AxiosResponse = await graphql.query("queryEndpoints").params({
|
||||
serviceId,
|
||||
duration: useAppStoreWithOut().durationTime,
|
||||
keyword,
|
||||
keyword: keyword || "",
|
||||
});
|
||||
if (res.data.errors) {
|
||||
return res.data;
|
||||
|
||||
Reference in New Issue
Block a user