mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-16 13:19:29 +00:00
refactor: optimize data types for widgets and dashboards (#490)
This commit is contained in:
@@ -70,7 +70,7 @@ limitations under the License. -->
|
||||
if (!selectorStore.currentService) {
|
||||
return;
|
||||
}
|
||||
const service = selectorStore.currentService.id;
|
||||
const service = selectorStore.currentService.id || "";
|
||||
const res = await profileStore.getEndpoints(service, keyword);
|
||||
|
||||
if (res.errors) {
|
||||
|
Reference in New Issue
Block a user