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
+1 -1
View File
@@ -139,7 +139,7 @@ onMounted(async () => {
if (error) return console.error(error);
result.forEach(d => {
d.label = '@' + d.domain;
d.label = '.' + d.domain;
});
domains.value = result;