Pull the generic data for the aspect sheet (closes #81)
This commit is contained in:
parent
bb542b8545
commit
34c7dbed87
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export class AspectSheet extends GenericItemSheet {
|
|||
};
|
||||
|
||||
async getData() {
|
||||
const ctx = {};
|
||||
const ctx = await super.getData();
|
||||
return ctx;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue