mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-16 13:19:29 +00:00
refactor: polish Trace Profiling widget (#436)
This commit is contained in:
@@ -77,7 +77,7 @@ limitations under the License. -->
|
||||
ElMessage.error(res.errors);
|
||||
return;
|
||||
}
|
||||
endpointName.value = profileStore.endpoints[0].value;
|
||||
endpointName.value = profileStore.endpoints[0]?.value;
|
||||
}
|
||||
|
||||
function changeEndpoint(opt: any[]) {
|
||||
|
Reference in New Issue
Block a user