Typo
This commit is contained in:
@@ -178,7 +178,7 @@ defineExpose({
|
||||
upstreamUri.value = '';
|
||||
|
||||
domainList.forEach(d => {
|
||||
d.label = '@' + d.domain;
|
||||
d.label = '.' + d.domain;
|
||||
});
|
||||
|
||||
domains.value = domainList;
|
||||
|
||||
Reference in New Issue
Block a user