fix faction sheet vanishing on faction delete #162
This commit is contained in:
parent
9e207a4602
commit
6beee45f4d
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ export class BladesFactionSheet extends BladesSheet {
|
|||
/** @override */
|
||||
static get defaultOptions() {
|
||||
return foundry.utils.mergeObject(super.defaultOptions, {
|
||||
classes: ["blades-in-the-dark", "sheet", "item", "faction"],
|
||||
classes: ["blades-in-the-dark", "sheet", "actor", "faction"],
|
||||
template: "systems/blades-in-the-dark/templates/faction-sheet.html",
|
||||
width: 900,
|
||||
height: 'auto',
|
||||
|
@ -53,4 +53,4 @@ export class BladesFactionSheet extends BladesSheet {
|
|||
});
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue