This commit is contained in:
Girish Ramakrishnan
2025-09-30 19:05:23 +02:00
parent 6bd8e81eae
commit 1ccb24018f
2 changed files with 2 additions and 2 deletions
@@ -178,7 +178,7 @@ defineExpose({
upstreamUri.value = '';
domainList.forEach(d => {
d.label = '@' + d.domain;
d.label = '.' + d.domain;
});
domains.value = domainList;