Merge pull request #167 from Arnatious/fix-faction-sheet
fix faction sheet vanishing on faction delete
This commit is contained in:
commit
71a6510ea5
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',
|
||||
|
|
Reference in a new issue