mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-06-29 06:47:34 +00:00
fix
This commit is contained in:
parent
4961a5fbcb
commit
4cdbf9184c
@ -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[]) {
|
||||
|
Loading…
Reference in New Issue
Block a user