Roll back editor menu changes

This commit is contained in:
Carlos Fernandez 2025-10-14 03:18:14 -04:00
parent 9000d08db8
commit b2208acfd3
3 changed files with 2 additions and 4 deletions

View file

@ -39,6 +39,7 @@ export default class DomainCardSheet extends DHBaseItemSheet {
const context = await super._prepareContext(options);
context.domain = CONFIG.DH.DOMAIN.allDomains()[this.document.system.domain];
context.domainChoices = CONFIG.DH.DOMAIN.orderedDomains();
return context;
}
}