mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-06-29 18:07:35 +00:00
fix
This commit is contained in:
parent
4961a5fbcb
commit
4cdbf9184c
@ -77,7 +77,7 @@ limitations under the License. -->
|
|||||||
ElMessage.error(res.errors);
|
ElMessage.error(res.errors);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
endpointName.value = profileStore.endpoints[0].value;
|
endpointName.value = profileStore.endpoints[0]?.value;
|
||||||
}
|
}
|
||||||
|
|
||||||
function changeEndpoint(opt: any[]) {
|
function changeEndpoint(opt: any[]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user