vue translation does not support JS logic in templates
This is anyways probably for the best
This commit is contained in:
@@ -44,7 +44,7 @@ function create() {
|
||||
};
|
||||
}));
|
||||
|
||||
for (const domain in allDomains) {
|
||||
for (const domain of allDomains) {
|
||||
const [error, result] = await domainsModel.checkRecords(domain.domain, domain.subdomain);
|
||||
if (error) return [error];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user