Typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user