SimonHu1993 commented on issue #11190:
URL: https://github.com/apache/skywalking/issues/11190#issuecomment-1669442970

   9.2.0-cb8845a can fix with the code!
   event.ts -》async getEndpoints
   ```
   async getEndpoints(keyword?: string) {
         const serviceId = useSelectorStore().currentService
           ? useSelectorStore().currentService.id
           : "";
         if (!serviceId) {
           return;
         }
         const res: AxiosResponse = await 
graphql.query("queryEndpoints").params({
           serviceId,
           duration: useAppStoreWithOut().durationTime,
           keyword: keyword || '',
         });
   ```
   
[![pPVzKCd.png](https://s1.ax1x.com/2023/08/08/pPVzKCd.png)](https://imgse.com/i/pPVzKCd)
   
[![pPVzM8A.png](https://s1.ax1x.com/2023/08/08/pPVzM8A.png)](https://imgse.com/i/pPVzM8A)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to