mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2026-07-07 23:32:33 +00:00
refactor: optimize data types for widgets and dashboards (#490)
This commit is contained in:
@@ -71,5 +71,8 @@ export async function httpQuery({
|
||||
return response.json();
|
||||
} else {
|
||||
console.error(new HTTPError(response));
|
||||
return {
|
||||
errors: [new HTTPError(response)],
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user